SCBot/package.json

17 lines
342 B
JSON
Raw Normal View History

2023-06-28 15:39:35 -05:00
{
"name": "SCBot",
"version": "1.0",
"description": "Bot for the SkylineCraft Discord server",
"main": "main.js",
"author": "DavidDGTNT",
"dependencies": {
"bufferutil": "^4.0.7",
"discord.js": "^14.11.0",
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.8"
},
"devDependencies": {
"eslint": "^8.43.0"
}
}