Files
New-Alan/package.json
2023-03-03 09:32:00 -05:00

25 lines
510 B
JSON

{
"dependencies": {
"@discordjs/voice": "^0.11.0",
"bufferutil": "^4.0.6",
"discord.js": "^14.0.3",
"erlpack": "^0.1.4",
"utf-8-validate": "^5.0.9",
"zlib-sync": "^0.1.7"
},
"scripts": {
"repl": "node",
"start": "node index.js"
},
"name": "alanbot",
"version": "1.0.0",
"description": "Alan Bot",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://git.syzygial.cc/syzygial/NewAlan"
},
"author": "Syzygial",
"license": "GPL-3.0"
}