{
  "name": "bun-test-ui",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "workspaces": [
    ".",
    "packages/*"
  ],
  "version": "0.3.0",
  "packageManager": "bun@1.3.4",
  "description": "Bun Test UI - A visual test runner for Bun",
  "author": "Rettend <hi@rettend.me>",
  "license": "MIT",
  "homepage": "https://github.com/rettend/bun-test-ui",
  "repository": {
    "type": "git",
    "url": "https://github.com/rettend/bun-test-ui"
  },
  "keywords": [
    "bun",
    "test",
    "ui",
    "vitest",
    "test-runner"
  ],
  "exports": {
    ".": {
      "types": "./src/index.ts",
      "default": "./src/index.ts"
    }
  },
  "main": "./src/index.ts",
  "types": "./src/index.ts",
  "bin": {
    "bun-test-ui": "./src/cli.ts"
  },
  "files": [
    "README.md",
    "dist",
    "plugins",
    "src"
  ],
  "scripts": {
    "dev": "BUN_TEST_UI_COVERAGE=1 BUN_TEST_UI_WATCH=1 BUN_TEST_UI_ROOT=./tests/demo bun --hot src/server/index.ts",
    "dev:real": "BUN_TEST_UI_COVERAGE=1 BUN_TEST_UI_WATCH=1 BUN_TEST_UI_ROOT=./tests/real bun --hot src/server/index.ts",
    "build": "bun run build.ts",
    "start": "bun src/cli.ts",
    "test": "bun test",
    "test:real": "bun test ./tests/real",
    "test:demo": "bun test ./tests/demo",
    "lint": "eslint . --fix",
    "check": "tsgo --noEmit -p tsconfig.json",
    "update": "taze latest -wr",
    "release": "npm login && bumpp && bun run build && bun publish"
  },
  "dependencies": {
    "@rttnd/bun-inspector-protocol": "^0.0.2",
    "@unocss/config": "^66.5.10",
    "@unocss/core": "^66.5.10",
    "ansi_up": "^6.0.6",
    "picocolors": "^1.1.1",
    "solid-js": "^1.9.10"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^6.4.2",
    "@happy-dom/global-registrator": "^20.8.3",
    "@iconify-json/gg": "^1.2.2",
    "@iconify-json/ph": "^1.2.2",
    "@testing-library/dom": "^10.4.1",
    "@types/bun": "latest",
    "@typescript/native-preview": "^7.0.0-dev.20251207.1",
    "@unocss/eslint-plugin": "^66.5.10",
    "bumpp": "^10.3.2",
    "bun-plugin-solid": "^1.0.0",
    "eslint": "^9.39.1",
    "eslint-plugin-format": "^1.1.0",
    "eslint-plugin-solid": "^0.14.5",
    "solid-refresh": "^0.7.5",
    "taze": "^19.9.2",
    "unocss": "^66.5.10"
  }
}
