This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
bot/package.json
2022-06-21 14:13:49 +02:00

34 lines
1015 B
JSON

{
"name": "discord-bot",
"version": "1.0.0",
"description": "gractwo-bot is a Discord bot written in JavaScript, using node.js and discord.js.\r It has been created for and only serves the Gractwo Discord server. It is hosted using Heroku.",
"main": "src/index.js",
"scripts": {
"start": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gractwo/discord-bot.git"
},
"author": "github.com/jakubmanczak",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Gractwo/discord-bot/issues"
},
"homepage": "https://github.com/Gractwo/discord-bot#readme",
"engines": {
"node": ">=16.10.0",
"npm": ">=7.24.0"
},
"dependencies": {
"@prisma/client": "^3.12.0",
"colors": "^1.4.0",
"daemon": "^1.1.0",
"discord.js": "^13.6.0",
"dotenv": "^10.0.0",
"nodemon": "^2.0.16",
"prisma": "^3.13.0",
"redis": "^4.0.4"
}
}