-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 KB
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
{
"name": "srvy.cool",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"lint": "eslint . --ext .ts",
"e2e": "ts-node e2e"
},
"devDependencies": {
"@aws-cdk/assert": "^1.83.0",
"@types/aws-sdk": "^2.7.0",
"@types/jest": "^26.0.24",
"@types/node": "16.4.10",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"appsync-template-tester": "^1.1.7",
"aws-cdk": "^1.116.0",
"aws-sdk": "^2.959.0",
"cross-fetch": "^3.1.4",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.6",
"ts-node": "^10.1.0",
"typescript": "^4.3.5",
"url": "^0.11.0"
},
"dependencies": {
"@aws-cdk/aws-apigateway": "^1.83.0",
"@aws-cdk/aws-appsync": "^1.83.0",
"@aws-cdk/aws-dynamodb": "^1.83.0",
"@aws-cdk/aws-iam": "^1.83.0",
"@aws-cdk/core": "^1.83.0",
"source-map-support": "^0.5.16"
}
}