{
  "name": "react-json-logic",
  "version": "3.0.0",
  "description": "Build and evaluate JsonLogic rules with React components.",
  "keywords": [
    "headless",
    "json-logic",
    "json-logic-builder",
    "json-logic-js",
    "json-logic-ui",
    "react",
    "react-json-logic"
  ],
  "homepage": "https://github.com/uinaf/react-json-logic#readme",
  "bugs": {
    "url": "https://github.com/uinaf/react-json-logic/issues"
  },
  "license": "MIT",
  "author": "uinaf <dev@uinaf.dev>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uinaf/react-json-logic.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vp pack",
    "dev": "vp pack --watch",
    "test": "vp test",
    "test:coverage": "vp test --coverage",
    "check": "vp check",
    "verify": "vp check && vp pack && vp test --coverage",
    "prepublishOnly": "vp run build"
  },
  "dependencies": {
    "@base-ui/react": "^1.4.1",
    "json-logic-js": "^2.0.5"
  },
  "devDependencies": {
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/json-logic-js": "^2.0.8",
    "@types/node": "^25.5.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@typescript/native-preview": "7.0.0-dev.20260328.1",
    "@vitejs/plugin-react": "^5.0.4",
    "@vitest/coverage-v8": "^4.1.0",
    "bumpp": "^11.0.1",
    "jsdom": "^28.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "typescript": "^6.0.2",
    "vite-plus": "^0.1.18"
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "packageManager": "pnpm@10.33.2"
}
