forked from all-contributors/app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.12 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.12 KB
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
{
"name": "all-contributors-bot",
"version": "0.0.0-development",
"private": true,
"description": "A bot for automatically adding all your contributors",
"author": "Jake Bolam <jake.bolam@gmail.com> (https://jakebolam.com)",
"repository": "https://github.com/all-contributors/all-contributors-bot",
"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.20.0",
"compromise": "^11.13.0",
"pino": "^6.11.2",
"probot": "^11.1.0"
},
"devDependencies": {
"@types/jest": "^26.0.22",
"jest": "^26.6.3",
"nock": "^13.0.11",
"prettier": "^2.2.1",
"semantic-release": "^17.4.2",
"smee-client": "^1.2.2",
"vercel": "^21.3.3"
},
"jest": {
"testEnvironment": "node"
}
}