-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 878 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 878 Bytes
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": "feel-the-bot",
"version": "1.0.0",
"private": true,
"description": "BEAT Interviewing Bot (feel-the-bot)",
"author": "Alex Kalyvitis <a.kalyvitis@thebeat.co>",
"license": "UNLICENSED",
"homepage": "https://github.com/beat-interviewing/bot",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"start": "probot run ./index.js",
"test": "jest"
},
"dependencies": {
"axios": "^0.27.2",
"handlebars": "^4.7.7",
"minimatch": "^3.0.4",
"passport": "^0.5.2",
"passport-http": "^0.3.0",
"pino": "^7.11.0",
"probot": "^11.0.1",
"probot-commands": "^1.1.0",
"probot-metadata": "^2.1.0"
},
"devDependencies": {
"jest": "^26.6.3",
"nock": "^13.0.5",
"smee-client": "^1.2.2"
},
"engines": {
"node": ">= 10.13.0"
},
"jest": {
"testEnvironment": "node"
}
}