Files
Docker-Proxy/hubcmdui/package.json

48 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "hubcmdui",
"version": "1.0.0",
"description": "Docker镜像代理加速系统",
"main": "server.js",
"scripts": {
"start": "node scripts/auto-setup.js",
"start-only": "node server.js",
"dev": "nodemon server.js",
"test": "jest",
"init": "node scripts/init-complete.js",
"setup": "npm install && node scripts/init-complete.js && echo 'SQLite系统安装完成请使用 npm start 启动服务'"
},
"keywords": [
"docker",
"proxy",
"management"
],
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"axios-retry": "^3.3.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"chalk": "^4.1.2",
"connect-sqlite3": "^0.9.16",
"cors": "^2.8.5",
"dockerode": "^3.3.4",
"editor.md": "^1.5.0",
"express": "^4.21.2",
"express-session": "^1.18.1",
"node-cache": "^5.1.2",
"p-limit": "^4.0.0",
"sqlite3": "^5.1.7",
"systeminformation": "^5.25.11",
"validator": "^13.7.0",
"ws": "^8.8.1"
},
"devDependencies": {
"jest": "^28.1.3",
"nodemon": "^2.0.19"
},
"engines": {
"node": ">=14.0.0"
}
}