加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
‘lzt’ 提交于 2022-12-03 18:34 . 增加大文件上传
{
"name": "lin-shop",
"version": "1.0.0",
"description": "",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"ali-oss": "^6.17.1",
"await-stream-ready": "^1.0.1",
"cheerio": "^1.0.0-rc.12",
"diagnostics_channel": "^1.1.0",
"egg": "^2.15.1",
"egg-axios-plus": "^3.1.3",
"egg-cors": "^2.2.3",
"egg-jwt": "^3.1.7",
"egg-mysql": "^3.1.0",
"egg-oss": "^3.0.0",
"egg-redis": "^2.4.0",
"egg-scripts": "^2.11.0",
"egg-sequelize": "^6.0.0",
"fs-extra": "^11.1.0",
"http-proxy": "^1.18.1",
"jsdom": "^20.0.1",
"jsonwebtoken": "^8.5.1",
"md5": "^2.3.0",
"mysql2": "^2.3.3",
"mz": "^2.7.0",
"qiniu": "^7.4.0",
"silly-datetime": "^0.1.2",
"stream-wormhole": "^1.1.0",
"superagent": "^8.0.3",
"superagent-proxy": "^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",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-init",
"stop": "egg-scripts stop --title=egg-server-init",
"serve": "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",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"ci": {
"version": "10"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化