Files
SingBox-Gopanel/frontend/admin/reverse/package.json
CN-JS-HuiBai 87ae55ebcf
Some checks failed
build / build (api, amd64, linux) (push) Failing after -52s
build / build (api, arm64, linux) (push) Failing after -52s
build / build (api.exe, amd64, windows) (push) Failing after -51s
完善API文档,修复保存按钮的BUG
2026-04-18 22:51:33 +08:00

18 lines
427 B
JSON

{
"name": "admin-reverse-tooling",
"private": true,
"version": "0.0.0",
"type": "commonjs",
"scripts": {
"beautify": "node scripts/beautify-bundle.cjs",
"inspect": "node scripts/inspect-bundle.cjs",
"normalize": "node scripts/normalize-bundle.cjs"
},
"dependencies": {
"@babel/generator": "^7.27.5",
"@babel/parser": "^7.27.5",
"@babel/traverse": "^7.27.4",
"prettier": "^3.6.2"
}
}