-
-
Notifications
You must be signed in to change notification settings - Fork 126
/
package.json
40 lines (40 loc) · 1.1 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": "wip",
"version": "0.0.0-development",
"private": true,
"description": "DO NOT MERGE – as a service.",
"main": "index.js",
"scripts": {
"start": "probot run ./index.js",
"test": "tap test/**/*-test.js",
"posttest": "npm run lint",
"coverage-report": "npx tap report --coverage-report lcov",
"lint": "prettier --check '{lib,test}/**/*.{js,json,ts}' index.js *.md package.json",
"lint:fix": "prettier --write '{lib,test}/**/*.{js,json,ts}' index.js *.md package.json"
},
"repository": "https://github.com/wip/app",
"keywords": [
"probot"
],
"author": "Gregor Martynus (https://github.com/gr2m)",
"license": "Apache-2.0",
"dependencies": {
"gemoji": "^8.1.0",
"pluralize": "^8.0.0",
"probot": "^12.3.3"
},
"devDependencies": {
"@sinonjs/fake-timers": "^13.0.5",
"@vercel/node": "^3.2.25",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.5.6",
"prettier": "^3.3.3",
"proxyquire": "^2.0.1",
"simple-mock": "^0.8.0",
"smee-client": "^2.0.4",
"tap": "^21.0.1"
},
"jest": {
"testURL": "http://localhost/"
}
}