-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.06 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
{
"name": "fireflyBot",
"version": "1.0.0",
"description": "A CSS Support Validator 🤖 for GitHub.",
"author": "James Peter Perrone Jefferies <james.p.perrone@protonmail.com>",
"license": "GPL-3.0",
"repository": "https://github.com/Jamerrone/fireflyBot.git",
"homepage": "https://github.com/Jamerrone/fireflyBot",
"bugs": "https://github.com/Jamerrone/fireflyBot/issues",
"keywords": [
"browser-compatibility",
"css",
"github",
"mdn-data",
"probot-app",
"probot",
"validation"
],
"scripts": {
"dev": "nodemon",
"start": "probot run ./index.js"
},
"dependencies": {
"axios": "^0.18.0",
"browserslist": "^4.5.6",
"cosmiconfig": "^5.2.0",
"css-tree": "^1.0.0-alpha.29",
"probot": "^7.2.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-xo-space": "^0.21.0",
"nock": "^10.0.0",
"nodemon": "^1.17.2",
"smee-client": "^1.0.2"
},
"engines": {
"node": ">= 8.3.0"
},
"nodemonConfig": {
"exec": "npm start",
"watch": [
".env",
"."
]
}
}