1 Star 3 Fork 2

hero_hezf/im-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
hero_hezf 提交于 2020-07-17 13:57 . docs: 添加http的封装
{
"name": "im-server",
"version": "1.0.0",
"description": "im",
"private": true,
"egg": {
"declarations": true
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-im-server --sticky",
"stop": "egg-scripts stop --title=egg-server-im-server",
"dev": "egg-bin dev --sticky",
"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",
"cz": "git-cz"
},
"dependencies": {
"axios": "^0.19.2",
"egg": "^2.26.0",
"egg-bin": "^4.14.1",
"egg-passport": "^2.1.1",
"egg-passport-github": "^1.0.0",
"egg-redis": "^2.4.0",
"egg-scripts": "^2.13.0",
"egg-sequelize": "^5.2.1",
"egg-socket.io": "^4.1.6",
"egg-validate": "^2.0.2",
"mysql2": "^2.1.0",
"nodemailer": "^6.4.5"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"autod": "^3.1.0",
"autod-egg": "^1.1.0",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"egg-ci": "^1.13.0",
"egg-mock": "^3.23.2",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.5.1",
"husky": "^3.0.9"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
}
},
"engines": {
"node": ">=10.0.0"
},
"ci": {
"version": "10"
},
"repository": {
"type": "git",
"url": ""
},
"author": "hezf",
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/hezf/im-server.git
git@gitee.com:hezf/im-server.git
hezf
im-server
im-server
master

搜索帮助