-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "kokorobot",
"version": "0.0.0",
"private": true,
"author": "mohemohe <mohemohe@ghippos.net>",
"description": "",
"dependencies": {
"@fand/irasutoya": "mohemohe/irasutoya#develop",
"@mohemohe/haiku.js": "^0.1.0",
"axios": "^0.18.1",
"date-fns": "^1.29.0",
"eslint-config-airbnb-base": "^13.0.0",
"glob": "^7.1.3",
"google-images": "^2.1.0",
"hubot": "^2.19.0",
"hubot-discord": "^2.1.0",
"hubot-kokoro.io": "^2.0.1",
"hubot-mongodb-brain": "mohemohe/hubot-mongodb-brain",
"hubot-scripts": "^2.17.2",
"hubot-slack": "^4.6.0",
"kokoro-io": "^0.9.1",
"megalodon": "^0.8.2",
"mersenne-twister": "^1.1.0",
"node-bing-api": "^4.0.0",
"sharp": "^0.23.2"
},
"scripts": {
"up": "yarn && docker-compose build && docker-compose up",
"start": "env $(cat .env | grep -v -P '^#') bash -c 'bin/hubot -a $KOKOROBOT_HUBOT_ADAPTER -n $KOKOROBOT_HUBOT_NAME'"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.12.0"
}
}