-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "tada-discord",
"version": "1.0.0",
"description": "Discord Bot for dramatic entrances",
"main": "index.js",
"scripts": {
"start": "node ./index.js | pino-pretty-min",
"test": "nyc ava",
"watch:ava": "ava --watch",
"dev": "TADA_API_DATABASENAME=tadadev nodemon index.js -- -w index.js -w lib/** -w config.*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cavejay/tada-discord.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/cavejay/tada-discord/issues"
},
"homepage": "https://github.com/cavejay/tada-discord#readme",
"dependencies": {
"@discordjs/opus": "^0.3.2",
"bufferutil": "^4.0.1",
"chalk": "^4.0.0",
"common-tags": "^1.8.0",
"cottage": "^3.1.3",
"discord.js": "^12.3.0",
"discord.js-commando": "github:discordjs/Commando",
"erlpack": "^0.1.3",
"get-stream": "^6.0.0",
"koa-bodyparser": "^4.3.0",
"koa-compose": "^4.1.0",
"koa-mount": "^4.0.0",
"koala-event": "^1.0.0",
"moment": "^2.26.0",
"node-cleanup": "^2.1.2",
"pino": "^6.2.1",
"pino-pretty": "^4.0.0",
"rethinkdb": "^2.4.2",
"rethinkdb-cache": "^0.4.6",
"utf-8-validate": "^5.0.2",
"zlib-sync": "^0.1.6"
},
"devDependencies": {
"ava": "^3.13.0",
"nyc": "^15.0.0"
}
}