forked from squidfunk/terraform-aws-cognito-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "terraform-aws-cognito-auth",
"version": "0.0.0",
"description": "Serverless AaaS provider built on top of AWS Cognito",
"homepage": "https://github.com/squidfunk/terraform-aws-cognito-auth",
"bugs": {
"url": "https://github.com/squidfunk/terraform-aws-cognito-auth/",
"email": "[email protected]"
},
"private": true,
"author": {
"name": "Martin Donath",
"email": "[email protected]"
},
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/squidfunk/terraform-aws-cognito-auth.git"
},
"scripts": {},
"dependencies": {},
"devDependencies": {
"@types/aws-lambda": "^8.10.34",
"@types/chance": "^1.1.0",
"@types/dotenv": "^8.2.0",
"@types/jasmine": "^3.5.11",
"@types/node": "^14.0.23",
"aws-sdk": "^2.715.0",
"aws-sdk-mock": "^5.1.0",
"chance": "^1.1.6",
"dotenv": "^8.2.0",
"jasmine": "^3.5.0",
"jasmine-spec-reporter": "^4.2.1",
"nodemon": "^2.0.4",
"nyc": "^15.1.0",
"ts-node": "^8.10.2",
"tsconfig-paths": "^3.9.0",
"tslint": "^5.20.1",
"tslint-sonarts": "^1.9.0",
"typescript": "^3.5.3"
}
}