-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 989 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
40
41
42
43
{
"name": "aws-cdk-passwordless",
"version": "0.2.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "nodeunit test/test.*.js"
},
"devDependencies": {
"@types/nodeunit": "^0.0.30",
"babel-eslint": "^10.0.2",
"eslint": "^6.2.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"nodeunit": "^0.11.2",
"typescript": "^3.3.3333"
},
"peerDependencies": {
"@aws-cdk/core": "^1.4.0"
},
"dependencies": {
"@aws-cdk/aws-cognito": "1.4.0",
"@aws-cdk/aws-iam": "1.4.0",
"@aws-cdk/aws-lambda": "1.4.0",
"@aws-cdk/aws-ssm": "1.4.0",
"@aws-cdk/core": "1.4.0",
"@types/jest": "^24.0.17",
"@types/node": "^12.6.2",
"jest": "24.8.0"
},
"jest": {
"moduleFileExtensions": [
"js"
]
},
"author": {
"email": "farmin.f@gmail.com",
"name": "Farmin Farzin",
"url": "https://github.com/farminf"
}
}