-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.27 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.27 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "cdk-agc",
"version": "1.14.0",
"description": "CDK Assembly Garbage Collector - Clean up unused assets in cdk.out",
"keywords": [
"assembly",
"assets",
"aws-cdk",
"cdk",
"cleanup",
"cli",
"cloud-assembly",
"garbage-collector",
"storage-optimization"
],
"homepage": "https://github.com/go-to-k/cdk-agc#readme",
"bugs": {
"url": "https://github.com/go-to-k/cdk-agc/issues"
},
"license": "Apache-2.0",
"author": "go-to-k",
"repository": {
"type": "git",
"url": "git+https://github.com/go-to-k/cdk-agc.git"
},
"bin": {
"cdk-agc": "dist/cli.mjs"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"type": "module",
"scripts": {
"prepublishOnly": "vp pack"
},
"dependencies": {
"commander": "^12.1.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.5",
"@types/node": "^22.10.5",
"@vitest/coverage-v8": "^4.0.18",
"@voidzero-dev/vite-plus-core": "^0.1.11",
"semantic-release": "^25.0.3",
"typescript": "^5.7.3",
"vite-plus": "^0.1.11"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "pnpm@10.32.1"
}