-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 921 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 921 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
34
35
36
{
"name": "cloudfront-cdn-template",
"version": "0.1.0",
"bin": "bin/cloudfront-cdn-template.js",
"type": "module",
"scripts": {
"build": "tsc --build --clean",
"watch": "tsc -w",
"test": "vitest --run",
"cdk": "cdk",
"lint": "eslint",
"lint-fix": "eslint --fix"
},
"devDependencies": {
"@eslint/compat": "^2.0.5",
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/node": "^24.12.2",
"aws-cdk": "^2.1118.0",
"eslint": "^10.2.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-promise": "^7.2.1",
"jiti": "^2.6.1",
"tsx": "^4.21.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.59.0",
"vite": "^8.0.8",
"vitest": "^4.1.4"
},
"dependencies": {
"aws-cdk-lib": "^2.250.0",
"constructs": "^10.6.0"
},
"packageManager": "pnpm@10.33.1"
}