mirror of
https://github.com/xuexb/github-bot.git
synced 2025-12-08 17:36:07 +00:00
feat: Add package.json
This commit is contained in:
parent
f6cc9f164a
commit
dbfec4177e
43
package.json
Normal file
43
package.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "github-bot",
|
||||
"description": "Github bot",
|
||||
"version": "0.0.1",
|
||||
"main": "src/app.js",
|
||||
"scripts": {},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/xuexb/github-bot.git"
|
||||
},
|
||||
"author": "xuexb <fe.xiaowu@gmail.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/xuexb/github-bot/issues"
|
||||
},
|
||||
"homepage": "https://github.com/xuexb/github-bot#readme",
|
||||
"dependencies": {
|
||||
"cryptiles": "3.1.2",
|
||||
"crypto": "^1.0.1",
|
||||
"dotenv": "^4.0.0",
|
||||
"github": "^11.0.0",
|
||||
"koa": "^2.3.0",
|
||||
"koa-bodyparser": "^4.2.0",
|
||||
"require-dir": "^0.3.2",
|
||||
"string-template": "^1.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 4"
|
||||
},
|
||||
"config": {
|
||||
"ghooks": {
|
||||
"commit-msg": "validate-commit-msg"
|
||||
},
|
||||
"validate-commit-msg": {
|
||||
"types": ["feat", "fix", "docs", "style", "test", "chore", "revert", "close"]
|
||||
}
|
||||
},
|
||||
"os": ["darwin", "linux"],
|
||||
"devDependencies": {
|
||||
"ghooks": "^2.0.0",
|
||||
"validate-commit-msg": "^2.14.0"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user