{
  "name": "declarative-shadow-dom-polyfill",
  "version": "0.4.1",
  "license": "LGPL-2.1-or-later",
  "author": "shiy2008@gmail.com",
  "description": "Web standard polyfill for Declarative Shadow DOM",
  "keywords": [
    "web",
    "component",
    "dom",
    "standard",
    "polyfill",
    "ssr"
  ],
  "homepage": "https://web-cell.dev/declarative-shadow-dom-polyfill/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EasyWebApp/declarative-shadow-dom-polyfill.git"
  },
  "bugs": {
    "url": "https://github.com/EasyWebApp/declarative-shadow-dom-polyfill/issues"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "peerDependencies": {
    "typescript": ">=5.5.3"
  },
  "devDependencies": {
    "@types/jsdom": "^27.0.0",
    "@types/node": "^22.19.1",
    "husky": "^9.1.7",
    "jsdom": "^27.2.0",
    "lint-staged": "^16.2.7",
    "prettier": "^3.6.2",
    "tsx": "^4.20.6",
    "typedoc": "^0.28.14",
    "typedoc-plugin-mdn-links": "^5.0.10",
    "typescript": "~5.9.3"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "esbuild"
    ]
  },
  "prettier": {
    "trailingComma": "none"
  },
  "lint-staged": {
    "*.{md,json,yml,ts}": "prettier --write"
  },
  "scripts": {
    "prepare": "husky",
    "test": "lint-staged  &&  tsx test/index.spec.ts",
    "build": "rm -rf dist/ docs/  &&  tsc  &&  typedoc source/",
    "prepublishOnly": "npm test  &&  npm run build"
  }
}
