38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"name": "overseas-appointment-system",
|
|
"version": "1.0.0",
|
|
"description": "海外预约系统 - 包含小程序前端、后端API和管理后台",
|
|
"private": true,
|
|
"scripts": {
|
|
"miniprogram:dev": "cd miniprogram && npm run dev:h5",
|
|
"miniprogram:dev:weixin": "cd miniprogram && npm run dev:mp-weixin",
|
|
"miniprogram:build": "cd miniprogram && npm run build:h5",
|
|
"miniprogram:build:weixin": "cd miniprogram && npm run build:mp-weixin",
|
|
"miniprogram:install": "cd miniprogram && npm install",
|
|
"backend:dev": "cd backend && npm run dev",
|
|
"backend:start": "cd backend && npm start",
|
|
"backend:test": "cd backend && npm test",
|
|
"backend:lint": "cd backend && npm run lint",
|
|
"backend:install": "cd backend && npm install",
|
|
"backend:init-db": "cd backend && npm run init-db",
|
|
"admin:dev": "cd admin && npm run dev",
|
|
"admin:build": "cd admin && npm run build",
|
|
"admin:preview": "cd admin && npm run preview",
|
|
"admin:install": "cd admin && npm install",
|
|
"install:all": "npm run miniprogram:install && npm run backend:install && npm run admin:install",
|
|
"dev:all": "echo 请分别在不同终端运行各子项目的开发命令"
|
|
},
|
|
"keywords": [
|
|
"overseas-appointment",
|
|
"miniprogram",
|
|
"uni-app",
|
|
"express",
|
|
"vue"
|
|
],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|