forked from bia-pain-bache/BPB-Worker-Panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 712 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 712 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
{
"name": "bpb-panel",
"version": "4.1.0",
"homepage": "https://github.com/bia-pain-bache/BPB-Worker-Panel",
"license": "GPL-3.0",
"private": true,
"type": "module",
"scripts": {
"check": "tsc --noEmit",
"build": "node scripts/build.js"
},
"devDependencies": {
"@eslint/css": "^0.8.1",
"@eslint/js": "^9.28.0",
"@eslint/markdown": "^6.5.0",
"@types/node": "^24.7.2",
"eslint": "^9.28.0",
"typescript": "^5.9.3"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20251011.0",
"esbuild": "^0.25.5",
"glob": "^11.0.2",
"globals": "^16.2.0",
"html-minifier": "^4.0.0",
"javascript-obfuscator": "latest",
"jose": "^6.0.11",
"jszip": "^3.10.1",
"terser": "^5.42.0"
}
}