18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"name": "project-bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "noahpombas.ch",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@discordjs/voice": "^0.16.1",
|
|
"chalk": "^4.1.2",
|
|
"discord.js": "^14.12.1",
|
|
"dotenv": "^16.4.5"
|
|
}
|
|
}
|