diff --git a/package.json b/package.json new file mode 100644 index 0000000..b8f92e1 --- /dev/null +++ b/package.json @@ -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 ", + "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" + } +}