-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.37 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
{
"name": "dt-mergebot",
"version": "1.1.0",
"description": "dt-mergebot",
"main": "index.js",
"dependencies": {
"@types/node": "^8.5.8",
"@types/node-fetch": "^1.6.7",
"@types/request": "^2.0.9",
"definitelytyped-header-parser": "github:Microsoft/definitelytyped-header-parser#production",
"fs-extra": "^4.0.3",
"graceful-fs": "^4.1.11",
"idembot": "0.0.12",
"moment": "^2.20.1",
"node-fetch": "^1.7.3",
"request": "^2.83.0",
"tslint": "^5.8.0",
"typescript": "^2.6.2"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc",
"watch": "tsc --watch",
"dry": "npm run build && node node_modules/idembot/bin/run.js --file bin/rules.js --query all-open-prs.json --dry",
"wet": "npm run build && node node_modules/idembot/bin/run.js --file bin/rules.js --query all-open-prs.json",
"single": "npm run build && node node_modules/idembot/bin/run.js --file bin/rules.js --single",
"cleanproject": "npm run build && node bin/clean-columns.js",
"lint": "tslint --project tsconfig.json --format stylish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RyanCavanaugh/dt-mergebot.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/RyanCavanaugh/dt-mergebot/issues"
},
"homepage": "https://github.com/RyanCavanaugh/dt-mergebot#readme"
}