{
  "name": "bullstudio",
  "version": "1.1.3",
  "description": "A lightweight queue management dashboard for Bull and BullMQ",
  "private": false,
  "type": "module",
  "bin": {
    "bullstudio": "./dist/bin/cli.js"
  },
  "exports": {
    "./package.json": "./package.json"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "bullmq",
    "bull",
    "queue",
    "redis",
    "dashboard",
    "cli",
    "monitoring",
    "jobs"
  ],
  "readme": "README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/emirce/bullstudio"
  },
  "license": "MIT",
  "scripts": {
    "dev": "vite dev",
    "build": "vite build && cp -r public/. dist/client/ && pnpm build:server && pnpm build:cli",
    "build:server": "esbuild server/production.ts --bundle --platform=node --target=node18 --outfile=dist/server/production.js --format=esm --external:bullmq --external:ioredis --external:open",
    "build:cli": "esbuild bin/cli.ts --bundle --platform=node --target=node18 --outfile=dist/bin/cli.js --format=esm --external:open",
    "preview": "vite preview",
    "start": "node dist/bin/cli.js",
    "test": "vitest run",
    "format": "biome format",
    "lint": "biome lint",
    "check": "biome check",
    "prepublishOnly": "pnpm build"
  },
  "dependencies": {
    "@tailwindcss/vite": "^4.0.6",
    "@tanstack/react-devtools": "^0.7.0",
    "@tanstack/react-query": "^5.66.5",
    "@tanstack/react-query-devtools": "^5.84.2",
    "@tanstack/react-router": "^1.132.0",
    "@tanstack/react-router-devtools": "^1.132.0",
    "@tanstack/react-router-ssr-query": "^1.131.7",
    "@tanstack/react-start": "^1.132.0",
    "@tanstack/router-plugin": "^1.132.0",
    "@trpc/client": "^11.4.3",
    "@trpc/server": "^11.4.3",
    "@trpc/tanstack-react-query": "^11.4.3",
    "@types/dagre": "^0.7.53",
    "@xyflow/react": "^12.10.0",
    "bullmq": "^5.34.8",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "dagre": "^0.8.5",
    "lucide-react": "^0.544.0",
    "open": "^10.1.0",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "recharts": "2.15.4",
    "sonner": "^2.0.7",
    "superjson": "^2.2.2",
    "tailwind-merge": "^3.0.2",
    "tailwindcss": "^4.0.6",
    "tw-animate-css": "^1.3.6",
    "vite-tsconfig-paths": "^5.1.4",
    "bull": "^4.16.4",
    "zod": "^4.1.11"
  },
  "devDependencies": {
    "@bullstudio/connect-types": "workspace:*",
    "@bullstudio/dayjs": "workspace:*",
    "@bullstudio/queue": "workspace:*",
    "@bullstudio/ui": "workspace:*",
    "@biomejs/biome": "2.2.4",
    "@tanstack/devtools-vite": "^0.3.11",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.2.0",
    "@types/node": "^22.10.2",
    "@types/react": "^19.2.0",
    "@types/react-dom": "^19.2.0",
    "@vitejs/plugin-react": "^5.0.4",
    "esbuild": "^0.24.0",
    "jsdom": "^27.0.0",
    "typescript": "^5.7.2",
    "vite": "^7.1.7",
    "vitest": "^3.0.5",
    "web-vitals": "^5.1.0"
  }
}
