Files
Arthonor-Neo/package.json
T
2024-08-02 13:25:06 +02:00

35 lines
824 B
JSON

{
"name": "arthonor-3",
"version": "1.0.0",
"description": "discord companion",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DeSqBlocki/Arthonor-3.git"
},
"keywords": [
"discord"
],
"author": "DeSqBlocki",
"license": "ISC",
"bugs": {
"url": "https://github.com/DeSqBlocki/Arthonor-3/issues"
},
"homepage": "https://github.com/DeSqBlocki/Arthonor-3#readme",
"dependencies": {
"@discordjs/voice": "^0.17.0",
"@distube/yt-dlp": "^2.0.1",
"discord.js": "^14.15.3",
"distube": "^5.0.2",
"dotenv": "^16.4.5",
"mongodb": "^6.8.0",
"node-pre-gyp": "^0.17.0",
"nodemon": "^3.1.4",
"rebuild": "^0.1.2",
"sodium-native": "^4.1.1"
}
}