-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "chewie",
"version": "0.0.0",
"private": true,
"author": "Scott Street <[email protected]>",
"description": "A handy bot for doing Colony things",
"scripts": {
"start": "env-cmd .env yarn run hubot --name chewie -a slack",
"start-discord": "env-cmd .env yarn run hubot --name chewie -a discobot",
"dev": "env-cmd .env yarn run hubot --name chewie"
},
"dependencies": {
"@colony/colony-contract-loader-network": "^1.0.1",
"@colony/colony-js-adapter-ethers": "^1.14.3",
"@colony/colony-js-client": "^1.14.8",
"@slack/client": "^4.12.0",
"await-exec": "^0.1.2",
"chrono-node": "^1.4.8",
"coffee-script": "^1.12.7",
"cron": "^1.8.2",
"dotenv": "^16.0.3",
"env-cmd": "^8.0.2",
"ethers": "^4.0.39",
"figma-js": "^1.14.0",
"githubot": "^1.0.1",
"hubot": "^3.3.2",
"hubot-diagnostics": "0.0.2",
"hubot-discobot": "^1.0.7",
"hubot-help": "^0.2.2",
"hubot-redis-brain": "^0.0.4",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.34",
"node-fetch": "^2.6.6",
"promise.allsettled": "^1.0.5",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"spacetime-informal": "^0.3.0"
},
"engines": {
"node": "0.10.x"
},
"devDependencies": {
"eslint": "^7.20.0",
"prettier": "^1.13.7"
}
}