mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-30 14:39:23 +08:00
14 lines
475 B
JSON
14 lines
475 B
JSON
{
|
|
"name": "magic-admin",
|
|
"version": "1.0.0",
|
|
"description": "Magic Admin 可视化搭建平台管理端。magic-admin 为独立项目目录,分为 web 端和 server 端,请按照下面指引操作",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"admin:run": "chmod u+x setup.sh && ./setup.sh",
|
|
"init": "npm run web:install && npm run server:install",
|
|
"web:install": "cd web && npm install",
|
|
"server:install": "cd server && npm install"
|
|
},
|
|
"author": ""
|
|
}
|