Files
yunrui_asset/package.json
T

14 lines
464 B
JSON

{
"name": "idc-device-management",
"version": "1.0.0",
"description": "IDC设备管理系统",
"scripts": {
"start": "npm run start:backend & npm run start:frontend",
"start:backend": "cd backend && npm run dev",
"start:frontend": "cd frontend && npm run dev",
"install:all": "npm install && cd backend && npm install && cd ../frontend && npm install"
},
"keywords": ["idc", "device", "management"],
"author": "",
"license": "MIT"
}