-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1005 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "bot-ecosystem",
"version": "0.0.1",
"private": true,
"description": "Probots just playing around",
"author": "Fynn Grandke",
"license": "ISC",
"repository": "https://github.com/FynnGrandke/bot-ecosystem.git",
"homepage": "https://github.com/FynnGrandke/bot-ecosystem",
"bugs": "https://github.com/FynnGrandke/bot-ecosystem/issues",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"build": "tsc",
"start": "probot run ./lib/index.js",
"test": "jest"
},
"dependencies": {
"probot": "^10.9.5"
},
"devDependencies": {
"@types/jest": "^26.0.9",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"eslint": "^7.12.1",
"jest": "^26.4.0",
"nock": "^13.0.4",
"smee-client": "^1.1.0",
"ts-jest": "^26.2.0",
"typescript": "^3.9.7"
},
"engines": {
"node": ">= 10.13.0"
},
"jest": {
"testEnvironment": "node"
}
}