-
Notifications
You must be signed in to change notification settings - Fork 149
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "all-contributors-bot",
"version": "0.0.0-development",
"private": true,
"description": "A bot for automatically adding all your contributors",
"author": "Jake Bolam <[email protected]> (https://jakebolam.com)",
"repository": "https://github.com/all-contributors/app",
"keywords": [
"all-contributors",
"probot",
"github-app",
"probot-app"
],
"scripts": {
"start": "probot run ./app.js",
"lint": "prettier --check '{src,test}/**/*.{js,json}' '*.{md,json,js}' 'contributing/*.md' '.github/**/*.{yml,md}'",
"lint:fix": "prettier --write '{src,test}/**/*.{js,json}' '*.{md,json,js}' 'contributing/*.md' '.github/**/*.{yml,md}'",
"test": "jest --coverage"
},
"dependencies": {
"all-contributors-cli": "^6.23.0",
"commit-conv": "^1.0.3",
"compromise": "^11.14.3",
"probot": "^12.2.8"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"codecov": "^3.8.3",
"got": ">=11.8.5",
"jest": "^27.3.1",
"nock": "^13.1.4",
"prettier": "^2.4.1",
"smee-client": "^1.2.3",
"vercel": "^28.15.3"
},
"jest": {
"testEnvironment": "node"
}
}