Ai
1 Star 0 Fork 2

SHUAI/git-webhook-wework-robot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.23 KB
一键复制 编辑 原始数据 按行查看 历史
LeoEatle 提交于 2019-02-12 17:06 +08:00 . fix(package.json): fix package.json
{
"name": "gitcode-wework-robot",
"version": "1.0.0",
"description": "连接git.code.oa.com和企业微信的机器人,监听git.code的webhook来推送push、PR等信息到群内。",
"main": "index.js",
"scripts": {
"start": "nodemon --watch 'src/**/*' -e ts,tsx --exec ts-node src/server.ts",
"build": "webpack --config webpack.config.js --progress",
"lint": "tslint --fix ./src/",
"commit": "git-cz",
"precommit": "lint-staged",
"test": "echo \"Error: no test specified\" && exit 1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.{js,css,less,ts,tsx,jsx}": [
"npm run lint",
"git add"
]
},
"repository": {
"type": "git",
"url": "http://git.code.oa.com/leoytliu/gitcode-wework-robot.git"
},
"keywords": [
"wework",
"robot",
"git.code"
],
"author": "leoytliu",
"license": "ISC",
"devDependencies": {
"@types/dotenv": "^4.0.3",
"@types/koa": "2.0.44",
"@types/koa-bodyparser": "^4.2.0",
"@types/koa-helmet": "^3.1.2",
"@types/koa-router": "^7.0.28",
"@types/koa__cors": "^2.2.2",
"@types/node": "^10.7.0",
"@types/shelljs": "^0.8.0",
"@types/request": "^2.48.1",
"commitizen": "^3.0.5",
"commitlint": "^7.3.2",
"lint-staged": "^8.1.1",
"nodemon": "^1.17.4",
"shelljs": "^0.8.2",
"ts-loader": "^5.3.3",
"ts-node": "^7.0.1",
"tslint": "^5.10.0",
"typescript": "^3.0.1",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@koa/cors": "^2.2.1",
"class-validator": "^0.9.1",
"dotenv": "^6.0.0",
"github-webhook-event-types": "^1.2.1",
"koa": "^2.5.1",
"koa-bodyparser": "^4.2.1",
"koa-helmet": "^4.0.0",
"koa-jwt": "^3.3.2",
"koa-router": "^7.4.0",
"pg": "^7.4.3",
"pg-connection-string": "^2.0.0",
"reflect-metadata": "^0.1.12",
"request": "^2.88.0",
"typeorm": "^0.2.6",
"winston": "^3.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cczyw/git-webhook-wework-robot.git
git@gitee.com:cczyw/git-webhook-wework-robot.git
cczyw
git-webhook-wework-robot
git-webhook-wework-robot
master

搜索帮助