mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2025-08-09 23:26:13 +02:00
22 lines
540 B
JSON
Executable File
22 lines
540 B
JSON
Executable File
{
|
|
"name": "datboi",
|
|
"version": "1.0.0",
|
|
"description": "Dat boi, the annoying discord bot",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node --trace-warnings index.js",
|
|
"stop": "sh ~/scripts/sshKill.sh"
|
|
},
|
|
"author": "Tomato#6966 (author of this template), Ninluc",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@discordjs/voice": "^0.10.0",
|
|
"ascii-table": "0.0.9",
|
|
"colors": "^1.4.0",
|
|
"discord.js": "^13.8.1",
|
|
"ffmpeg-static": "^4.4.1",
|
|
"libsodium-wrappers": "^0.7.10",
|
|
"moment": "^2.29.4"
|
|
}
|
|
}
|