forked from squidfunk/terraform-aws-cognito-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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.18",
"@types/chance": "^1.0.1",
"@types/dotenv": "^6.1.0",
"@types/jasmine": "^3.3.8",
"@types/node": "^9.6.2",
"aws-sdk": "^2.395.0",
"aws-sdk-mock": "^4.3.0",
"chance": "^1.0.18",
"dotenv": "^6.2.0",
"jasmine": "^3.3.1",
"jasmine-spec-reporter": "^4.2.1",
"nodemon": "^1.18.9",
"nyc": "^13.1.0",
"ts-node": "^8.0.2",
"tsconfig-paths": "^3.7.0",
"tslint": "^5.12.1",
"tslint-sonarts": "^1.9.0",
"typescript": "^3.3.1"
}
}