1 Star 1 Fork 0

冯龙/FlowerShopS_Service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
冯龙 提交于 2021-10-30 17:03 . 完成图片上传功能
{
"name": "FlowerShopS_Service",
"version": "1.0.0",
"description": "",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"crypto": "^1.0.1",
"egg": "^2.15.1",
"egg-jwt": "^3.1.7",
"egg-scripts": "^2.11.0",
"egg-sequelize": "^6.0.0",
"egg-valparams": "^1.4.5",
"mysql2": "^2.3.2",
"pump": "^3.0.0"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg-bin": "^4.11.0",
"egg-ci": "^1.11.0",
"egg-mock": "^3.21.0"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-FlowerShopS_Service",
"stop": "egg-scripts stop --title=egg-server-FlowerShopS_Service",
"dev": "egg-bin dev",
"debug": "egg-bin debug",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"ci": {
"version": "10"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/FL_1135/flower-shop-s_-service.git
[email protected]:FL_1135/flower-shop-s_-service.git
FL_1135
flower-shop-s_-service
FlowerShopS_Service
master

搜索帮助