-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.15 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
{
"name": "vvv-baymax",
"description": "I'm inflatable yay!",
"version": "1.0.0",
"private": true,
"author": "The VVV Team (https://varyingvagrantvagrants.org)",
"contributors": [
"Lorelei Aurora <[email protected]> (https://l5i.me)",
"Tom J Nowell <[email protected]> (https://tomjn.com)"
],
"scripts": {
"format": "prettier --write \"./**/*.{js,css,json,md}\"",
"postinstall": "patch-package"
},
"engines": {
"node": "10.x"
},
"dependencies": {
"hubot": "^3.3.2",
"hubot-bikeshed": ">= 0.0.0",
"hubot-brain-inspect": "^0.0.1",
"hubot-diagnostics": "^1.0.0",
"hubot-help": "^1.0.1",
"hubot-heroku-deploy-notifier": "*",
"hubot-rss-reader": "^0.8.3",
"hubot-rules": "^1.0.0",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "https://github.com/alfredk/hubot-shipit/archive/image_repair.tar.gz",
"hubot-slack": "^4.8.0",
"hubot-thank-you": "*",
"patch-package": "^6.2.2",
"ramda": "*",
"slack-invite-automation": "git+https://github.com/outsideris/slack-invite-automation.git"
},
"devDependencies": {
"husky": "^3.0.8",
"lint-staged": "^9.4.1",
"prettier": "^1.18.2"
}
}