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
2021-04-11 12:15:40 +02:00

25 lines
578 B
JSON

{
"name": "gractwo-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jakubmanczak/gractwo-bot.git"
},
"author": "j4mesen",
"license": "ISC",
"bugs": {
"url": "https://github.com/jakubmanczak/gractwo-bot/issues"
},
"homepage": "https://github.com/jakubmanczak/gractwo-bot#readme",
"dependencies": {
"discord.js": "^12.5.1",
"request": "2.81.0"
}
}