-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@mishguru/gitguru",
"version": "1.0.0",
"description": "Git bot",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@octokit/rest": "^16.23.1",
"@types/capitalize": "^1.0.1",
"capitalize": "^2.0.0",
"dotenv": "^7.0.0",
"got": "^9.6.0",
"luxon": "^1.12.0",
"memoizee": "^0.4.14",
"node-schedule": "^1.3.2",
"pluralize": "^7.0.0"
},
"devDependencies": {
"@mishguru/package": "6.0.0-next.23",
"@types/dotenv": "^6.1.1",
"@types/got": "^9.4.1",
"@types/luxon": "^1.12.0",
"@types/memoizee": "^0.4.2",
"@types/node": "^11.13.0",
"@types/node-schedule": "^1.2.3",
"@types/pluralize": "0.0.29"
},
"scripts": {
"tidy": "pkg-tidy",
"lint": "pkg-lint",
"test": "pkg-test",
"build": "pkg-build",
"start": "node ./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mishguruorg/gitguru.git"
},
"keywords": [
"git",
"bot",
"pull",
"request",
"notification",
"slack"
],
"author": "Mish Guru <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mishguruorg/gitguru/issues"
},
"homepage": "https://github.com/mishguruorg/gitguru#readme"
}