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) · 711 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 711 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.2.2",
"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": "^1.3.0",
"@eslint/js": "^10.0.1",
"@eslint/markdown": "^8.0.2",
"@types/node": "^25.9.1",
"eslint": "^10.4.1",
"typescript": "^6.0.3"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20260603.1",
"esbuild": "^0.28.0",
"glob": "^13.0.6",
"globals": "^17.6.0",
"html-minifier": "^4.0.0",
"javascript-obfuscator": "latest",
"jose": "^6.2.3",
"jszip": "^3.10.1",
"terser": "^5.48.0"
}
}