You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "discordbot",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "node bot.js",
|
|
"test": "mocha --exit",
|
|
"test-unit": "NODE_ENV=test mocha '/**/*.spec.js'"
|
|
},
|
|
"dependencies": {
|
|
"args-parser": "1.1.0",
|
|
"compression": "^1.7.3",
|
|
"cors": "^2.8.5",
|
|
"discord.js": "11.4.2",
|
|
"eslint-plugin-graphql": "^3.0.1",
|
|
"express": "^4.16.4",
|
|
"express-compile-sass": "^4.0.0",
|
|
"express-graphql": "^0.7.1",
|
|
"ffmpeg-binaries": "4.0.0",
|
|
"get-youtube-title": "1.0.0",
|
|
"graphql": "^14.1.1",
|
|
"js-md5": "^0.7.3",
|
|
"node-sass": "^4.11.0",
|
|
"opusscript": "0.0.6",
|
|
"passport": "^0.4.0",
|
|
"passport-http-bearer": "^1.0.1",
|
|
"sqlite3": "4.0.6",
|
|
"winston": "3.2.1",
|
|
"winston-daily-rotate-file": "3.6.0",
|
|
"youtube-playlist-info": "1.1.2",
|
|
"ytdl-core": "0.29.1"
|
|
},
|
|
"devDependencies": {
|
|
"assert": "^1.4.1",
|
|
"chai": "^4.2.0",
|
|
"mocha": "^5.2.0",
|
|
"nyc": "^13.1.0",
|
|
"rewire": "^4.0.1",
|
|
"sinon": "^7.2.3"
|
|
},
|
|
"eslintConfig": {
|
|
"parserOptions": {
|
|
"sourceType": "script"
|
|
}
|
|
}
|
|
}
|