|
1 | 1 | { |
2 | | - "name": "github-bot", |
3 | | - "description": "Github bot", |
4 | | - "version": "0.0.1", |
5 | | - "main": "src/app.js", |
6 | | - "scripts": {}, |
7 | | - "repository": { |
8 | | - "type": "git", |
9 | | - "url": "git+https://github.com/xuexb/github-bot.git" |
| 2 | + "name": "github-bot", |
| 3 | + "description": "Github bot", |
| 4 | + "version": "0.0.1", |
| 5 | + "main": "src/app.js", |
| 6 | + "scripts": {}, |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "git+https://github.com/xuexb/github-bot.git" |
| 10 | + }, |
| 11 | + "author": "xuexb <[email protected]>", |
| 12 | + "license": "MIT", |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/xuexb/github-bot/issues" |
| 15 | + }, |
| 16 | + "homepage": "https://github.com/xuexb/github-bot#readme", |
| 17 | + "dependencies": { |
| 18 | + "cryptiles": "3.1.2", |
| 19 | + "crypto": "^1.0.1", |
| 20 | + "dotenv": "^4.0.0", |
| 21 | + "github": "^11.0.0", |
| 22 | + "koa": "^2.3.0", |
| 23 | + "koa-bodyparser": "^4.2.0", |
| 24 | + "require-dir": "^0.3.2", |
| 25 | + "string-template": "^1.0.0" |
| 26 | + }, |
| 27 | + "engines": { |
| 28 | + "node": ">= 4" |
| 29 | + }, |
| 30 | + "config": { |
| 31 | + "ghooks": { |
| 32 | + "commit-msg": "validate-commit-msg" |
10 | 33 | }, |
11 | | - "author": "xuexb <[email protected]>", |
12 | | - "license": "MIT", |
13 | | - "bugs": { |
14 | | - "url": "https://github.com/xuexb/github-bot/issues" |
| 34 | + "validate-commit-msg": { |
| 35 | + "types": [ |
| 36 | + "feat", |
| 37 | + "fix", |
| 38 | + "docs", |
| 39 | + "style", |
| 40 | + "test", |
| 41 | + "chore", |
| 42 | + "revert", |
| 43 | + "close" |
| 44 | + ] |
15 | 45 | }, |
16 | | - "homepage": "https://github.com/xuexb/github-bot#readme", |
17 | | - "dependencies": { |
18 | | - "cryptiles": "3.1.2", |
19 | | - "crypto": "^1.0.1", |
20 | | - "dotenv": "^4.0.0", |
21 | | - "github": "^11.0.0", |
22 | | - "koa": "^2.3.0", |
23 | | - "koa-bodyparser": "^4.2.0", |
24 | | - "require-dir": "^0.3.2", |
25 | | - "string-template": "^1.0.0" |
26 | | - }, |
27 | | - "engines": { |
28 | | - "node": ">= 4" |
29 | | - }, |
30 | | - "config": { |
31 | | - "ghooks": { |
32 | | - "commit-msg": "validate-commit-msg" |
33 | | - }, |
34 | | - "validate-commit-msg": { |
35 | | - "types": ["feat", "fix", "docs", "style", "test", "chore", "revert", "close"] |
36 | | - }, |
37 | | - "github-bot": { |
38 | | - "lableToAuthor": { |
39 | | - "bug": "xuexb", |
40 | | - "enhancement": "xuexb", |
41 | | - "question": "xuexb" |
42 | | - } |
43 | | - } |
44 | | - }, |
45 | | - "os": ["darwin", "linux"], |
46 | | - "devDependencies": { |
47 | | - "ghooks": "^2.0.0", |
48 | | - "validate-commit-msg": "^2.14.0" |
| 46 | + "github-bot": { |
| 47 | + "lableToAuthor": { |
| 48 | + "bug": "xuexb", |
| 49 | + "enhancement": "xuexb", |
| 50 | + "question": "xuexb" |
| 51 | + } |
49 | 52 | } |
| 53 | + }, |
| 54 | + "devDependencies": { |
| 55 | + "ghooks": "^2.0.0", |
| 56 | + "git-pull-or-clone": "^1.1.0", |
| 57 | + "validate-commit-msg": "^2.14.0" |
| 58 | + } |
50 | 59 | } |
0 commit comments