Billy/package.json

25 lines
578 B
JSON

{
"name": "billy",
"version": "2.0.0",
"description": "Billy the bot, the most terrible of all the bots",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.nemo.click/nemo/Billy.git"
},
"author": "Nemo",
"license": "GPL-3.0-or-later",
"dependencies": {
"@discordjs/builders": "^0.8.2",
"@discordjs/rest": "^0.1.0-canary.0",
"discord-api-types": "^0.24.0",
"discord.js": "^13.3.1"
},
"devDependencies": {
"eslint": "^8.2.0"
}
}