4 Star 2 Fork 2

AI麥爾/停车场管理系统后端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
AI麥爾 提交于 2023-12-10 20:41 . ✨ feat: 用户管理功能基本完成
{
"name": "yqwork-node-2023",
"version": "1.0.0",
"description": "停车场管理系统Node后端",
"main": "src/index.js",
"author": "aimaier4869",
"license": "MIT",
"scripts": {
"dev": "nodemon ./src/index.ts",
"build": "tsc",
"test": "node ./dist/index.js",
"start": "cross-env NODE_ENV=production node ./dist/index.js"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.5",
"@types/koa": "^2.13.10",
"@types/koa__cors": "^4.0.3",
"@types/koa__router": "^12.0.3",
"@types/lodash": "^4.14.202",
"@types/node": "^20.9.2",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@koa/cors": "^4.0.0",
"@koa/router": "^12.0.1",
"dayjs": "^1.11.10",
"jsonwebtoken": "^9.0.2",
"koa": "^2.14.2",
"koa-body": "^6.0.1",
"koa-validate": "^1.0.7",
"lodash": "^4.17.21",
"mysql-bricks": "^1.1.2",
"mysql2": "^3.6.3",
"sql-bricks": "^3.0.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aimaier4869/parking-back.git
git@gitee.com:aimaier4869/parking-back.git
aimaier4869
parking-back
停车场管理系统后端
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385