{
  "name": "@queuert/dashboard",
  "version": "0.15.0",
  "description": "Embeddable web dashboard for Queuert job-chain observation",
  "keywords": [
    "background-jobs",
    "dashboard",
    "job-queue",
    "monitoring",
    "queue",
    "typescript"
  ],
  "homepage": "https://kvet.github.io/queuert/",
  "bugs": {
    "url": "https://github.com/kvet/queuert/issues"
  },
  "license": "MIT",
  "author": "kvet",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kvet/queuert.git"
  },
  "files": [
    "dist",
    "package.json",
    "README.md"
  ],
  "type": "module",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "devDependencies": {
    "@solidjs/router": "0.16.1",
    "seroval": "1.5.2",
    "solid-js": "1.9.12",
    "vite": "8.0.8",
    "vite-plugin-solid": "2.11.12",
    "@queuert/tsconfig": "0.0.1",
    "queuert": "0.15.0"
  },
  "peerDependencies": {
    "queuert": "0.15.0"
  },
  "engines": {
    "node": ">=22"
  },
  "inlinedDependencies": {
    "seroval": "1.5.2"
  },
  "x-examples": "https://github.com/kvet/queuert/tree/main/examples",
  "x-llms-txt": "https://kvet.github.io/queuert/llms-full.txt",
  "scripts": {
    "build": "bun run build:frontend && tsdown",
    "build:frontend": "vite build",
    "typecheck": "tsgo --noEmit",
    "test": "vitest --run"
  }
}