-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (30 loc) · 922 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
{
"name": "pde-cdk",
"version": "0.1.0",
"scripts": {
"login-sre": "aws codeartifact login --tool npm --domain vw-sre --domain-owner 565220512126 --repository vw-sre --namespace vw-sre"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.18.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-typescript": "^3.1.1",
"eslint-plugin-cdk": "^1.8.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^26.5.3",
"jest": "^28.1.1",
"ts-node": "^10.8.1",
"typescript": "^4.7.4",
"@nelsonsilva-code/cdk-commons": "1.0.0"
},
"dependencies": {
"@vw-sre/vws-cdk": "^2.8.1",
"aws-cdk": "^2.115.0",
"aws-cdk-lib": "^2.115.0",
"cdk-assets": "^2.115.0",
"constructs": "^10.2.44",
"source-map-support": "^0.5.16"
}
}