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-12-30 12:15:49 +01:00

33 lines
797 B
JSON

{
"name": "gractwo-bot",
"version": "0xDEADBEEF",
"description": "The premier bot for Gractwo's discord operations.",
"main": "dist/index.js",
"scripts": {
"start": "tsc && node .",
"build": "tsc",
"serve": "node .",
"register": "tsc && node ./dist/register.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gractwo/bot.git"
},
"author": "gractwo team",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/gractwo/bot/issues"
},
"homepage": "https://github.com/gractwo/bot#readme",
"dependencies": {
"@types/express": "^4.17.15",
"@types/glob": "^8.0.0",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"glob": "^8.0.3",
"typescript": "^4.9.4"
}
}