-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
{
"name": "marvin",
"version": "1.0.0",
"private": true,
"author": "Codeminer42 <marvin@codeminer42.com>",
"description": "Marvin the Paranoid Android",
"dependencies": {
"atob": "^2.1.2",
"dotenv": "^8.2.0",
"googleapis": "^39.2.0",
"hubot": "^3.1.1",
"hubot-diagnostics": "0.0.2",
"hubot-discord": "^2.1.0",
"hubot-google-images": "^0.2.7",
"hubot-google-translate": "^0.2.1",
"hubot-help": "^0.2.2",
"hubot-heroku-keepalive": "^1.0.3",
"hubot-maps": "0.0.3",
"hubot-plusplus": "^1.4.0",
"hubot-pugme": "^0.1.1",
"hubot-redis-brain": "0.0.4",
"hubot-rules": "^0.1.2",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.1",
"luxon": "^1.27.0",
"numeral": "^2.0.6"
},
"engines": {
"node": "^14.16.4",
"npm": "^6.14.12"
},
"devDependencies": {
"chai": "^4.1.2",
"co": "^4.6.0",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"hubot-test-helper": "^1.9.0",
"mocha": "^9.0.3",
"sinon": "^4.5.0",
"sinon-chai": "^3.7.0"
},
"scripts": {
"start": "./bin/hubot",
"test": "mocha",
"posttest": "eslint ."
}
}