forked from uber-workflow/probot-app-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 787 Bytes
/
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
{
"name": "probot-app-deploy",
"version": "1.1.1-0",
"description": "GitHub App that creates NPM deployments through Buildkite",
"author": "Kevin Grandon <kevingrandon@yahoo.com>",
"contributors": [],
"repository": "https://github.com/uber-workflow/probot-app-deploy.git",
"scripts": {
"start": "probot run ./index.js",
"jest": "jest",
"test": "npm run lint && jest",
"lint": "eslint .",
"fix": "eslint . --fix"
},
"dependencies": {
"node-fetch": "^2.2.0",
"probot": "^9.2.10"
},
"devDependencies": {
"eslint": "5.14.1",
"eslint-plugin-prettier": "3.0.1",
"jest": "23.6.0",
"localtunnel": "1.9.1",
"prettier": "1.16.4",
"smee-client": "^1.0.2"
},
"engines": {
"node": ">= 8.6.0"
},
"license": "MIT"
}