{ "name": "arabot", "version": "0.1.0", "description": "A Discord bot for Animal Rights Advocates", "main": "dist/index.js", "scripts": { "build": "tsc", "cleanBuild": "rm -rf ./dist && tsc", "start": "node dist/index.js", "start:migrate": "prisma migrate deploy && npm run start" }, "repository": { "type": "git", "url": "git+https://github.com/veganhacktivists/arabot.git" }, "keywords": [ "discord", "veganism", "sapphire", "discordjs" ], "author": "Animal Rights Advocates", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/veganhacktivists/arabot/issues" }, "homepage": "https://github.com/veganhacktivists/arabot#readme", "dependencies": { "@discordjs/builders": "^1.3.0", "@prisma/client": "^4.0.0", "@sapphire/discord.js-utilities": "^5.0.0", "@sapphire/framework": "^3.1.3", "@sapphire/plugin-scheduled-tasks": "^4.0.0", "@sapphire/plugin-subcommands": "^3.0.0", "@sapphire/stopwatch": "^1.4.1", "@sapphire/utilities": "^3.9.2", "@types/node": "^18.0.3", "bullmq": "^1.89.1", "discord-api-types": "^0.33.3", "discord.js": "^13.12.0", "dotenv": "^16.0.1", "ts-node": "^10.8.2", "typescript": "^4.7.4" }, "devDependencies": { "@sapphire/ts-config": "^3.3.4", "@types/ioredis": "^4.28.10", "@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/parser": "^5.30.7", "eslint": "8.22.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-plugin-import": "^2.26.0", "prisma": "^4.4.0" } }