Files
ghbot/package.json
2020-05-01 17:27:06 -07:00

31 lines
724 B
JSON
Executable File

{
"name": "ghbot",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"async": "^2.6.3",
"axios": "^0.19.2",
"discord.js": "^11.6.4",
"ffmpeg-binaries": "^3.2.2",
"fluent-ffmpeg": "^2.1.2",
"irc": "^0.5.2",
"md5": "^2.2.1",
"memcache": "^0.3.0",
"moment": "^2.25.1",
"node-cache": "^4.2.1",
"node-opus": "^0.2.9",
"node-schedule": "^1.3.2",
"obs-websocket-js": "^1.2.0",
"request": "^2.88.2",
"spotify-web-api-node": "^4.0.0"
},
"devDependencies": {},
"scripts": {
"start": "pm2 start discord.js --name ghbot-discord",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT"
}