easynode/package.json
chaoszhu 8d52e34d6f update
2024-07-10 16:52:59 +08:00

35 lines
692 B
JSON

{
"name": "easynode",
"version": "1.0.0",
"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\""
},
"bugs": {
"url": "https://github.com/chaos-zhu/easynode/issues"
},
"homepage": "https://github.com/chaos-zhu/easynode#readme",
"dependencies": {
"concurrently": "^8.2.2"
}
}