forked from trello-talk/Taco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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": "trello-bot",
"version": "7.2.7",
"description": "Manage Trello boards in Discord",
"main": "src/bot.js",
"scripts": {
"start": "node src/bot.js",
"eslint": "eslint ./src",
"eslint:fix": "eslint ./src --fix"
},
"dependencies": {
"@airbrake/node": "^2.1.7",
"@prisma/client": "^3.9.2",
"abort-controller": "^3.0.0",
"bottleneck": "^2.19.5",
"cat-loggr": "^1.2.2",
"cron": "^1.8.2",
"datejs": "^1.0.0-rc3",
"dbots": "^11.0.0",
"dotenv": "^16.0.0",
"eris": "^0.16.1",
"eventemitter3": "^4.0.7",
"fuzzy": "^0.1.3",
"influx": "^5.9.3",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mustache": "^4.2.0",
"node-fetch": "2",
"pg": "^8.7.3",
"pretty-ms": "^7.0.1",
"redis": "^3.1.2",
"require-reload": "^0.2.2",
"systeminformation": "^5.11.3",
"winston": "^3.6.0"
},
"devDependencies": {
"eslint": "^8.9.0",
"prisma": "^3.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trello-talk/Taco.git"
},
"author": "Snazzah <[email protected]>",
"license": "MIT"
}