-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.24 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": "discord-announcer",
"version": "3.0.0-beta",
"description": "A discord bot written in Node.js",
"main": "index.js",
"scripts": {
"prestart": "node src/scripts/directoryCheck.js",
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justin-guan/discord-announcer.git"
},
"keywords": [
"Discord"
],
"author": "Justin Guan",
"license": "ISC",
"bugs": {
"url": "https://github.com/justin-guan/discord-announcer/issues"
},
"homepage": "https://github.com/justin-guan/discord-announcer#readme",
"dependencies": {
"bluebird": "^3.5.1",
"bufferutil": "^3.0.3",
"convict": "^3.0.0",
"discord.js": "^11.2.1",
"erlpack": "github:hammerandchisel/erlpack",
"ffmpeg-binaries": "^3.2.2-3",
"fs-extra": "^3.0.1",
"libsodium-wrappers": "^0.5.4",
"mongodb": "^3.0.0-rc0",
"mongoose": "^4.13.7",
"node-opus": "^0.2.7",
"opusscript": "0.0.3",
"request": "^2.83.0",
"sodium": "^2.0.3",
"uws": "^0.14.5",
"winston": "^2.4.0"
},
"engines": {
"node": "^8.0.0"
},
"devDependencies": {
"eslint": "^4.11.0",
"eslint-config-google": "^0.9.1"
}
}