-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 958 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "amplify-auth-next-storage",
"version": "1.1.1",
"description": "Isomorphic cookie storage for Next.js apps using @aws-amplify/auth",
"main": "next-storage.cjs.js",
"esnext": "next-storage.js",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build",
"postpublish": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanwalters/cognito-next-storage.git"
},
"keywords": [
"aws",
"amplify",
"auth",
"cognito",
"storage",
"next",
"next.js",
"ssr"
],
"author": "Ryan Walters",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryanwalters/cognito-next-storage/issues"
},
"homepage": "https://github.com/ryanwalters/cognito-next-storage#readme",
"dependencies": {
"nookies": "^2.0.8"
},
"devDependencies": {
"rollup": "^1.29.1"
}
}