-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.75 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@poool/hypnobots",
"version": "2.1.0",
"private": true,
"description": "🤖 Repo automation bots for noobs",
"author": "Ugo Stephant <[email protected]>",
"contributors": [
"Paul Beauduc <[email protected]>"
],
"license": "MIT",
"repository": "https://github.com/p3ol/hypnobots.git",
"homepage": "https://github.com/p3ol/hypnobots",
"bugs": "https://github.com/p3ol/hypnobots/issues",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"serve": "./node_modules/.bin/nodemon --watch ./bots ./scripts/serve.js",
"lint": "./node_modules/.bin/eslint .",
"release": "./node_modules/.bin/standard-version && git push --follow-tags",
"test": "./node_modules/.bin/jest"
},
"dependencies": {
"@commitlint/config-conventional": "17.1.0",
"@commitlint/core": "17.1.2",
"@poool/junipero-utils": "2.0.0",
"conventional-changelog-conventionalcommits": "5.0.0",
"dotenv": "16.0.3",
"heroku-client": "3.1.0",
"js-yaml": "4.1.0",
"node-emoji": "1.11.0",
"probot": "12.2.8"
},
"devDependencies": {
"@babel/core": "7.19.3",
"@babel/eslint-parser": "7.19.1",
"@babel/eslint-plugin": "7.19.1",
"@poool/eslint-config": "2.0.2",
"@poool/eslint-config-node": "2.0.2",
"@poool/eslint-plugin": "2.0.2",
"codecov": "3.8.3",
"eslint": "8.24.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "15.3.0",
"eslint-plugin-promise": "6.0.1",
"jest": "29.1.2",
"jest-environment-node": "29.1.2",
"nock": "13.2.9",
"nodemon": "2.0.22",
"smee-client": "1.2.5",
"standard-version": "9.5.0"
},
"engines": {
"node": ">= 14",
"yarn": ">= 1"
}
}