generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 891 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 891 Bytes
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
{
"name": "finch-aws-cdk",
"version": "0.1.0",
"bin": {
"finch-aws-cdk": "bin/finch-aws-cdk.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest -c ./jest.config.unit.js",
"integration": "jest -c ./jest.config.integration.js",
"cdk": "cdk",
"prettier-format": "prettier --config .prettierrc --write 'lib/*.ts' 'bin/*.ts' 'test/*.ts' 'integration_test/*.ts' 'config/*.ts'"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.6",
"@types/jest": "^29.5.14",
"@types/node": "^22.15.30",
"@types/prettier": "3.0.0",
"aws-cdk": "^2.1100.3",
"jest": "^29.7.0",
"prettier": "^3.5.3",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"aws-cdk-lib": "^2.233.0",
"axios": "^1.12.2",
"constructs": "^10.4.2",
"source-map-support": "^0.5.21"
}
}