1 Star 1 Fork 0

feels/wx_admin_egg_node

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
lbr 提交于 2021-04-19 21:36 . 修改爬虫
{
"name": "init",
"version": "1.0.0",
"description": "",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"egg": "^2.15.1",
"egg-cors": "^2.2.0",
"egg-scripts": "^2.11.0",
"jsonwebtoken": "^8.5.1"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"await-stream-ready": "^1.0.1",
"cheerio": "^1.0.0-rc.3",
"cross-env": "^6.0.0",
"egg-bin": "^4.11.0",
"egg-ci": "^1.11.0",
"egg-mock": "^3.21.0",
"egg-multipart": "^2.9.0",
"egg-mysql": "^3.0.0",
"egg-onerror": "^2.1.0",
"egg-validate": "^2.0.2",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0",
"iconv-lite": "^0.5.0",
"md5": "^2.2.1",
"nanoid": "^2.1.3",
"stream-wormhole": "^1.1.0",
"ws": "^7.1.2"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"server:local": "cross-env EGG_SERVER_ENV=local egg-bin debug",
"server:test": "cross-env EGG_SERVER_ENV=test egg-bin debug",
"server:prod": "cross-env EGG_SERVER_ENV=prod egg-bin debug",
"start:dev": "cross-env EGG_SERVER_ENV=dev egg-scripts start --daemon --title=egg-server-wx-admin ",
"start:test": "cross-env EGG_SERVER_ENV=test egg-scripts start --daemon --title=egg-server-wx-admin ",
"start:prod": "egg-scripts start --daemon --title=egg-server-wx-admin ",
"stop": "egg-scripts stop --title=egg-server-wx-admin ",
"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 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/liangbairong/wx_admin_egg_node.git
[email protected]:liangbairong/wx_admin_egg_node.git
liangbairong
wx_admin_egg_node
wx_admin_egg_node
master

搜索帮助