{
  "name": "power-focusable",
  "version": "4.4.4",
  "description": "High-precision focus management utility with full composed tree support",
  "keywords": [
    "a11y",
    "accessibility",
    "focus",
    "focus-management",
    "focusable",
    "shadow-dom",
    "shadowdom",
    "typescript",
    "utility"
  ],
  "homepage": "https://github.com/y14e/power-focusable#readme",
  "bugs": {
    "url": "https://github.com/y14e/power-focusable/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/y14e/power-focusable.git"
  },
  "license": "MIT",
  "author": "Yusuke Kamiyamane",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "lint": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "bun-types": "latest",
    "happy-dom": "^20.9.0",
    "tsup": "^8.0.0",
    "typescript": "^5.6.0",
    "vitest": "^4.1.5"
  },
  "engines": {
    "node": ">=18"
  },
  "allowScripts": {
    "esbuild": true
  }
}
