schedulord-discordbot/package.json

25 lines
529 B
JSON

{
"name": "schedulord-discordbot",
"version": "1.0.0",
"description": "A simple bot to communicate with Schedulord web",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.james-things.com/schedulord/schedulord-discordbot"
},
"keywords": [
"bot",
"discord"
],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"discord.js": "^13.8.0",
"dotenv": "^16.0.1"
}
}