-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 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
{
"name": "p6-template-cdk-eslint-pnpm-ts-flatfile",
"version": "0.1.0",
"bin": "src/main.ts",
"scripts": {
"build": "pnpm run lint && pnpm run test && pnpm run cdk synth",
"diff": "pnpm run build && pnpm run cdk diff",
"deploy": "pnpm run build && pnpm run cdk deploy",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"cdk": "cdk",
"test": "node --trace-deprecation ./node_modules/jest/bin/jest.js --config jest.config.js --coverage",
"test:watch": "node --trace-deprecation ./node_modules/jest/bin/jest.js --config jest.config.js --watch --coverage"
},
"engines": {
"node": ">= 22.10.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@types/jest": "^29.5.14",
"@types/node": "22.9.1",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"aws-cdk": "2.170.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.6.3"
},
"dependencies": {
"aws-cdk-lib": "2.170.0",
"constructs": "^10.4.2",
"source-map-support": "^0.5.21"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}