-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "full-stack-arch",
"version": "0.1.0",
"bin": {
"full-stack-arch": "bin/full-stack-arch.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk",
"lint": "eslint . --ext .ts"
},
"devDependencies": {
"@aws-cdk/assertions": "1.152.0",
"@types/jest": "^26.0.10",
"@types/node": "10.17.27",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"aws-cdk-lib": "^2.53.0",
"constructs": "^10.0.0",
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.2",
"eslint-plugin-promise": "^6.0.0",
"jest": "^26.4.2",
"ts-jest": "^26.2.0",
"ts-node": "^9.0.0",
"typescript": "~3.9.7"
},
"dependencies": {
"@aws-cdk/aws-codestar-alpha": "2.0.0-alpha.1",
"add": "^2.0.6",
"aws-cdk": "^2.53.0",
"cdk-dia": "^0.7.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"npm": "^9.1.3",
"source-map-support": "^0.5.16"
}
}