35 lines
692 B
JSON
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"
|
|
}
|
|
}
|