1 Star 1 Fork 0

赵梓宇 / egg-simproxy-service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
Jason 提交于 2020-04-01 01:30 . Release 1.2.0
{
"name": "egg-proxy",
"version": "1.2.0",
"description": "proxy plugin for egg",
"eggPlugin": {
"name": "proxy"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"proxy",
"egg-proxy"
],
"dependencies": {
"koa-proxy": "^0.9.0"
},
"devDependencies": {
"autod": "^2.8.0",
"autod-egg": "^1.0.0",
"egg": "^1.4.0",
"egg-bin": "^3.4.0",
"egg-ci": "^1.6.0",
"egg-mock": "^3.7.0",
"eslint": "^3.19.0",
"eslint-config-egg": "^4.2.0",
"supertest": "^3.0.0",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "egg-bin pkgfiles --check && npm run lint && npm run cov",
"pkgfiles": "egg-bin pkgfiles",
"autod": "autod"
},
"files": [
"config",
"app.js",
"index.d.ts"
],
"ci": {
"version": "6, 8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xyeric/egg-proxy.git"
},
"bugs": {
"url": "https://github.com/xyeric/egg-proxy/issues"
},
"homepage": "https://github.com/xyeric/egg-proxy#readme",
"author": "xyeric",
"types": "index.d.ts",
"license": "MIT"
}
1
https://gitee.com/zhao-ziyu/egg-simproxy-service.git
git@gitee.com:zhao-ziyu/egg-simproxy-service.git
zhao-ziyu
egg-simproxy-service
egg-simproxy-service
master

搜索帮助