You can not 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

{
"name": "remchanv2",
"version": "1.0.0",
"description": "",
"main": "musicWorker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"devStart": "nodemon server.js",
"_test": "nodemon test.js",
"musicWorker": "nodemon musicWorker.js 334456736633323520 Legendary"
},
"nodemonConfig": {
"ignore": [
"public/*"
]
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.13.0",
"axios": "^1.1.3",
"bufferutil": "^4.0.7",
"cron": "^2.4.0",
"discord-ytdl-core": "^5.0.4",
"discord.js": "^14.6.0",
"ejs": "^3.1.8",
"erlpack": "github:discord/erlpack",
"express": "^4.18.2",
"ffmpeg-static": "^5.1.0",
"findit": "^2.0.0",
"mongoose": "^6.7.2",
"nodemon": "^2.0.20",
"socket.io": "^4.5.3",
"tweetnacl": "^1.0.3",
"utf-8-validate": "^5.0.10",
"xml-js": "^1.6.11",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.2",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"typescript": "^4.9.3"
}
}