-
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
/
Copy pathpackage.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.1.0",
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/node": "^26.1.2",
"aws-cdk": "^2.1133.0",
"eslint": "^10.8.0",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-promise": "^7.3.0",
"jiti": "^2.7.0",
"tsx": "^4.23.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.65.0",
"vite": "^8.1.5",
"vitest": "^4.1.10"
},
"dependencies": {
"aws-cdk-lib": "^2.262.1",
"constructs": "^10.7.1"
},
"packageManager": "pnpm@11.18.0"
}