-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "@ycu-engine/amplify-auth-hook",
"version": "0.2.12",
"description": "",
"main": "common/index.js",
"module": "module/index.js",
"typings": "module/index.d.ts",
"files": [
"common",
"module"
],
"sideEffects": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "typesync || :",
"build": "tsc -p ./tsconfig.json && tsc -p ./tsconfig.module.json",
"prepublishOnly": "yarn build"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ycu-engine/amplify-auth-hook.git"
},
"author": "YutaUra",
"license": "ISC",
"bugs": {
"url": "https://github.com/ycu-engine/amplify-auth-hook/issues"
},
"homepage": "https://github.com/ycu-engine/amplify-auth-hook#readme",
"devDependencies": {
"@types/react": "^17.0.0",
"amazon-cognito-identity-js": "^4.5.5",
"aws-amplify": "^3.3.12",
"recoil": "^0.1.2",
"typescript": "^4.1.3",
"typesync": "^0.8.0"
},
"peerDependencies": {
"amazon-cognito-identity-js": "^4.5.5",
"aws-amplify": "^3.3.12",
"react": "^17.0.1",
"recoil": "^0.1.2"
},
"dependencies": {}
}