{
  "name": "yubisashi-rails",
  "version": "0.3.1",
  "description": "Visual annotation tool for Rails views - generate structured Markdown for AI coding agents",
  "main": "dist/yubisashi-rails.mjs",
  "exports": {
    ".": "./dist/yubisashi-rails.mjs"
  },
  "types": "types/yubisashi-rails.d.ts",
  "license": "MIT",
  "author": "pi-chan",
  "repository": {
    "type": "git",
    "url": "https://github.com/pi-chan/yubisashi-rails.git"
  },
  "keywords": [
    "rails",
    "annotation",
    "ui",
    "lit",
    "web-components",
    "ai",
    "developer-tools"
  ],
  "files": [
    "dist",
    "types"
  ],
  "dependencies": {
    "lit": "^3.3.1"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "^4.0.18",
    "happy-dom": "^20.5.0",
    "typescript": "^5.9.2",
    "vite": "^7.0.6",
    "vitest": "^4.0.18"
  },
  "scripts": {
    "dev": "vite --open",
    "build": "tsc && vite build",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "release:patch": "pnpm version patch && git push --follow-tags",
    "release:minor": "pnpm version minor && git push --follow-tags",
    "release:major": "pnpm version major && git push --follow-tags"
  }
}