Files
pmrx-gm/package.json
kubbo f620c01faf chore: 更新 .gitignore 文件
- 添加日志文件和依赖管理工具的缓存文件到忽略列表
- 忽略 Visual Studio Code 和其他编辑器的配置文件
- 排除 cypress 测试的视频和截图文件
- 忽略 TypeScript 编译信息文件
2025-04-24 12:30:49 +08:00

27 lines
503 B
JSON

{
"name": "pmrx-gm",
"version": "1.0.0",
"description": "飘渺儒仙GM管理服务",
"scripts": {
"server": "nodemon server/index.js",
"dev": "npm run dev --workspace=web",
"web": "npm run build --workspace=web"
},
"keywords": [
"node",
"vue"
],
"author": "kubbo",
"license": "ISC",
"dependencies": {
"axios": "^1.8.4",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"mysql": "^2.18.1",
"nodemon": "^3.1.10"
},
"workspaces": [
"web"
]
}