You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aBot/package.json

18 lines
412 B
JSON

{
"name": "discord-bot",
"version": "0.1.0",
"description": "A discord bot for aNetwork.uk",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nathan 'Aney' Steel",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^1.0.0",
"@discordjs/rest": "^1.0.0",
"discord-api-types": "^0.36.3",
"discord.js": "^14.0.3"
}
}