-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.32 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
43
44
{
"name": "amazon-datazone-cdk-example",
"version": "0.1.0",
"bin": {
"amazon-datazone-cdk-example": "bin/app.ts"
},
"license": "MIT-0",
"scripts": {
"build": "tsc && tsc --build --clean && npm run lint",
"watch": "tsc -w",
"test": "jest",
"lint": "npx eslint . --ext .ts --max-warnings 10",
"lint:fix": "npx eslint . --ext .ts --fix",
"cdk": "npx [email protected]",
"license": "npx ts-node ./scripts/check-licenses.ts",
"audit:license": "npm run license",
"audit:license:fix": "npm run license -- --fix"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "7.1.1",
"aws-cdk": "2.148.1",
"eslint": "8.57.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "~5.3.3",
"csv": "6.3.8",
"glob": "10.3.10"
},
"dependencies": {
"@types/uuid": "9.0.8",
"@typescript-eslint/visitor-keys": "7.1.1",
"aws-cdk-lib": "2.159.0",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21"
}
}