forked from jnwarner/motd-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 873 Bytes
/
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
{
"name": "motd-bot",
"version": "1.0.0",
"description": "Discord bot for collecting user suggested movies to be used as movie of the day",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jnwarner",
"license": "MIT",
"dependencies": {
"async": "^2.6.0",
"async-foreach": "^0.1.3",
"bufferutil": "^3.0.3",
"cheerio": "^1.0.0-rc.2",
"curl": "^0.1.4",
"discord.js": "^11.3.0",
"erlpack": "github:discordapp/erlpack",
"express": "^4.16.2",
"get-date": "^1.0.2",
"get-urls": "^7.2.0",
"libsodium-wrappers": "^0.5.4",
"mysql": "^2.15.0",
"node-opus": "^0.2.7",
"node-schedule": "^1.3.0",
"opusscript": "0.0.6",
"request": "^2.83.0",
"sodium": "^2.0.3",
"unshort": "^1.0.0"
},
"devDependencies": {
"nodemon": "^1.15.0"
}
}