36 lines
790 B
JSON
36 lines
790 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 client/node_modules node_modules"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/chaos-zhu/easynode/issues"
|
|
},
|
|
"homepage": "https://github.com/chaos-zhu/easynode#readme",
|
|
"devDependencies": {
|
|
"concurrently": "^8.2.2",
|
|
"rimraf": "^6.0.1"
|
|
}
|
|
}
|