Files
ghbot/package.json
2020-05-01 17:52:21 -07:00

17 lines
327 B
JSON
Executable File

{
"name": "ghbot",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"axios": "^0.19.2",
"discord.js": "^11.6.4",
"node-opus": "^0.2.9"
},
"devDependencies": {},
"scripts": {
"start": "pm2 start discord.js --name ghbot-discord"
},
"author": "",
"license": "MIT"
}