Files
Mellow/package.json

50 lines
1.1 KiB
JSON

{
"name": "mellow",
"version": "2.7.33",
"main": "src/index.js",
"author": "void* <voidp@protonmail.com> (https://github.com/v0idp)",
"repository": {
"type": "git",
"url": "https://github.com/v0idp/Mellow"
},
"bugs": {
"url": "https://github.com/v0idp/Mellow/issues"
},
"keywords": [
"discord",
"bot",
"commands",
"mellow",
"sonarr",
"radarr",
"tautulli",
"plexpy",
"plex",
"ombi",
"docker",
"api",
"streaming"
],
"license": "GPL-3.0",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.5",
"cookie-parser": "^1.4.4",
"discord.js": "github:discordjs/discord.js#8e9e93da1d9c96a7acf63cc1c5317a42e56afbd8",
"discord.js-commando": "discordjs/Commando",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"request": "^2.88.0",
"sqlite": "^3.0.3",
"url": "^0.11.0"
}
}