Files
easynode/package.json
2026-02-08 20:50:43 +08:00

40 lines
868 B
JSON

{
"name": "easynode",
"description": "web ssh",
"private": true,
"workspaces": [
"server",
"web",
"client"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chaos-zhu/easynode.git"
},
"keywords": [
"vps",
"node",
"easynode",
"chaos",
"chaoszhu"
],
"author": "chaoszhu",
"license": "ISC",
"scripts": {
"dev": "concurrently \"yarn workspace web run dev\" \"yarn workspace server run local\"",
"clean": "rimraf web/node_modules server/node_modules node_modules",
"encrypt": "node ./local-script/encrypt-file.js"
},
"bugs": {
"url": "https://github.com/chaos-zhu/easynode/issues"
},
"homepage": "https://github.com/chaos-zhu/easynode#readme",
"resolutions": {
"qs": "^6.14.1"
},
"devDependencies": {
"concurrently": "^8.2.2",
"rimraf": "^6.0.1"
}
}