{
  "name": "react-magic-portal",
  "version": "1.4.0",
  "description": "React Portal with dynamic mounting support",
  "main": "packages/component/dist/index.js",
  "type": "module",
  "scripts": {
    "dev": "pnpm --filter component dev",
    "build": "pnpm --filter component build",
    "dev:example": "pnpm --filter example dev",
    "build:example": "pnpm --filter example build",
    "lint": "npm-run-all -p lint:*",
    "check": "npm-run-all -p check:*",
    "test": "pnpm --filter __tests__ test",
    "test:ui": "pnpm --filter __tests__ test:ui",
    "lint:component": "pnpm --filter component lint",
    "lint:example": "pnpm --filter example lint",
    "lint:tests": "pnpm --filter __tests__ lint",
    "check:component": "pnpm --filter component check",
    "check:example": "pnpm --filter example check",
    "check:tests": "pnpm --filter __tests__ check",
    "prepare": "husky"
  },
  "keywords": [
    "react-portal",
    "anchor",
    "browser-extension",
    "content-script",
    "mutation-observer",
    "dynamic-content"
  ],
  "author": "molvqingtai",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/molvqingtai/react-magic-portal.git"
  },
  "bugs": {
    "url": "https://github.com/molvqingtai/react-magic-portal/issues"
  },
  "homepage": "https://github.com/molvqingtai/react-magic-portal#readme",
  "dependencies": {
    "@commitlint/cli": "^20.3.1",
    "@commitlint/config-conventional": "^20.3.1",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "husky": "^9.1.7",
    "npm-run-all": "^4.1.5",
    "semantic-release": "^25.0.2"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
