{ "$schema": "https://json.schemastore.org/package.json", "name": "illegitimate-bot", "displayName": "Illegitimate Bot", "version": "1.0.0", "description": "", "main": "src/index.ts", "type": "module", "repository": { "type": "git", "url": "https://gitlab.com/illegitimate/illegitimate-bot" }, "homepage": "https://gitlab.com/illegitimate/illegitimate-bot", "scripts": { "start": "bun run --bun dist/index.js", "bundle": "bun run scripts/build.ts", "dev": "bun run --bun --watch src/index.ts", "fmt": "dprint fmt \"**/*.ts\"", "check": "bun tscheck && bun lint", "tscheck": "tsc", "lint": "eslint", "lint:fix": "eslint --fix", "db:generate": "drizzle-kit generate", "db:migrate": "drizzle-kit migrate", "db:studio": "drizzle-kit studio", "db:up": "docker compose -f dev-db.yml up -d", "db:down": "docker compose -f dev-db.yml down", "push:prod": "bun run scripts/deploy-commands.ts", "push:dev": "bun run scripts/dev-deploy.ts", "delete:dev": "bun run scripts/delete-commands.ts" }, "author": "Taken", "license": "GPL-3.0-only", "dependencies": { "@t3-oss/env-core": "^0.13.6", "anilist": "^0.12.4", "axios": "^1.9.0", "chalk": "^5.4.1", "cron": "^4.3.1", "discord.js": "^14.19.3", "drizzle-orm": "^0.44.1", "ms": "^2.1.3", "postgres": "^3.4.7", "pretty-ms": "^9.2.0", "zod": "^3.25.42" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.28.0", "@types/bun": "^1.2.19", "@types/ms": "^2.1.0", "@types/node": "^22.15.29", "@typescript-eslint/eslint-plugin": "^8.33.0", "@typescript-eslint/parser": "^8.33.0", "chokidar": "^4.0.3", "dotenv": "^16.5.0", "dprint": "^0.50.0", "drizzle-kit": "^0.31.1", "eslint": "^9.28.0", "eslint-plugin-drizzle": "^0.2.3", "globals": "^16.2.0", "typescript": "^5.8.3" } }