forked from AlphaConsole/AlphaConsoleBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 676 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "alphaconsolebot",
"version": "1.0.0",
"description": "Bot for AlphaConsole discord",
"main": "alphaconsole.js",
"scripts": {
"test": "nodemon src/alphaconsole.js -serverfile=../src/serverInfo.js",
"prod": "node src/AlphaConsole.js -serverfile=../src/serverInfo-OfficialDiscord.js"
},
"author": "Hayden Meloche",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"discord.js": "github:discordjs/discord.js",
"express": "^4.16.3",
"jimp": "^0.5.6",
"mysql": "^2.15.0",
"node-schedule": "^1.3.0",
"nodemon": "^1.17.5",
"request": "^2.87.0",
"sentiment": "^4.2.0",
"shelljs": "^0.7.8"
}
}