-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 794 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 794 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
{
"type": "module",
"dependencies": {
"@actions/cache": "^6.0.0",
"@actions/core": "^3.0.0",
"@actions/exec": "^3.0.0",
"@actions/github": "^9.0.0",
"@actions/glob": "^0.6.1",
"@actions/tool-cache": "^4.0.0",
"@openanime/hcl-unmarshal": "^1.0.6",
"@types/hjson": "^2.4.6",
"@types/ini": "^4.1.1",
"@vercel/ncc": "^0.38.1",
"fast-xml-parser": "^5.5.8",
"hjson": "^3.2.2",
"ini": "^6.0.0",
"semver": "^7.5.4",
"smol-toml": "^1.6.1",
"yaml": "^2.8.3"
},
"devDependencies": {
"@types/node": "^24.12.0",
"@types/semver": "^7.5.6",
"prettier": "^3.1.1",
"typescript": "^5.9.3"
},
"scripts": {
"build": "ncc build -o dist/main src/main.ts",
"lint": "tsc --noEmit",
"format": "prettier -w ."
}
}