1 Star 0 Fork 1

飞流 / 下载服务

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
Finn 提交于 2021-08-11 21:33 . first commit
{
"name": "big-fish-service",
"version": "1.0.0",
"description": "大鱼服务平台",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"bluebird": "^3.7.2",
"decimal.js": "^10.2.1",
"egg": "^2.15.1",
"egg-cache": "0.0.7",
"egg-scripts": "^2.11.0",
"egg-validate": "^2.0.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"query-string": "^7.0.0",
"ua-parser-js": "^0.7.21",
"uuid": "^7.0.2"
},
"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 --workers=1 --title=egg-server-big-fish-service --port=8000",
"stop": "egg-scripts stop --title=egg-server-big-fish-service",
"dev": "EGG_SERVER_ENV=local egg-bin dev --workers=1 --port=8000",
"local": "EGG_SERVER_ENV=local egg-bin dev --workers=1 --port=8000",
"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": "thomas.han",
"license": "MIT"
}
1
https://gitee.com/mini-app-private/download-service.git
git@gitee.com:mini-app-private/download-service.git
mini-app-private
download-service
下载服务
master

搜索帮助