mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2025-07-14 00:42:35 +08:00
15 lines
301 B
JSON
Executable File
15 lines
301 B
JSON
Executable File
{
|
|
"name": "panel",
|
|
"version": "1.0.0",
|
|
"description": "web panel",
|
|
"main": "server.js",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"compression": "^1.7.4",
|
|
"express": "^4.17.1",
|
|
"express-session": "^1.17.1",
|
|
"got": "^11.8.1",
|
|
"http-proxy-middleware": "^1.0.6"
|
|
}
|
|
}
|