{
  "version": "1.0.2",
  "license": "MIT",
  "name": "heroui-modal-provider",
  "author": "Cr0WD",
  "repository": {
    "type": "git",
    "url": "https://github.com/Cr0WD/heroui-modal-provider"
  },
  "keywords": [
    "context",
    "context-api",
    "context-api-react",
    "react",
    "reactjs",
    "react-component",
    "react-modal",
    "react-hooks",
    "react-typescript",
    "react-modal-component",
    "react-modal-dialog",
    "react-heroui",
    "heroui",
    "heroui-components",
    "heroui-react",
    "react-nextui",
    "nextui",
    "nextui-components",
    "nextui-react",
    "modal",
    "heroui",
    "nextui",
    "hooks",
    "typescript",
    "dialog"
  ],
  "module": "dist/heroui-modal-provider.esm.js",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build && tsc --project tsconfig.build.json --emitDeclarationOnly --declaration --declarationMap",
    "test": "tsdx test --passWithNoTests",
    "test:coverage": "yarn test --coverage",
    "lint": "tsdx lint",
    "prepare": "install-peers && yarn build"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "publishConfig": {
    "access": "public",
    "branches": [
      "master"
    ]
  },
  "jest": {
    "collectCoverage": true,
    "coverageDirectory": "./coverage",
    "collectCoverageFrom": [
      "src/**/*.{ts,tsx}",
      "!src/test-utils/*",
      "!src/index.ts"
    ],
    "coverageReporters": [
      "json",
      "text",
      "html"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/"
    ],
    "verbose": true,
    "coverageThreshold": {
      "global": {
        "branches": 90,
        "functions": 90,
        "lines": 90,
        "statements": 90
      }
    }
  },
  "peerDependencies": {
    "@types/react": "^19.2.13",
    "react": "^19.2.4",
    "react-dom": "^19.2.4"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/jest": "^30.0.0",
    "@types/react": "^19.2.13",
    "@types/react-dom": "^19.2.3",
    "bunchee": "^6.9.4",
    "husky": "^9.1.7",
    "install-peers-cli": "^2.2.0",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "semantic-release": "^25.0.3",
    "tsdx": "^2.0.0",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3"
  }
}