{ "name": "arabot", "version": "0.4.1", "description": "A Discord bot for Animal Rights Advocates", "main": "dist/index.js", "scripts": { "preinstall": "npx only-allow pnpm", "build": "tsc", "cleanBuild": "rm -rf ./dist && tsc", "start": "node dist/index.js", "start:migrate": "prisma migrate deploy && pnpm run start" }, "imports": { "#utils/*": "./dist/utils/*.js" }, "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", "engines": { "node": ">=20", "pnpm": ">=9" }, "dependencies": { "@prisma/client": "^6.2.1", "@sapphire/discord.js-utilities": "^7.3.2", "@sapphire/framework": "^5.3.2", "@sapphire/plugin-logger": "^4.0.2", "@sapphire/plugin-scheduled-tasks": "^10.0.2", "@sapphire/plugin-subcommands": "^7.0.1", "@sapphire/stopwatch": "^1.5.4", "@sapphire/time-utilities": "^1.7.14", "@sapphire/ts-config": "^5.0.1", "@sapphire/utilities": "^3.18.1", "bullmq": "^5.34.10", "discord.js": "^14.17.3", "ioredis": "^5.4.2", "ts-node": "^10.9.2", "typescript": "~5.4.5" }, "devDependencies": { "@types/node": "^22.10.7", "@typescript-eslint/eslint-plugin": "^8.20.0", "@typescript-eslint/parser": "^8.20.0", "eslint": "9.18.0", "eslint-config-prettier": "^10.0.1", "prettier": "3.4.2", "prisma": "^6.2.1" }, "packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228" }