{
  "name": "@runicjs/runic-react",
  "description": "Tools for working with Runic in React",
  "version": "0.1.9",
  "type": "module",
  "license": "MIT",
  "repository": "github:runicjs/runic",
  "bugs": "https://github.com/runicjs/runic/issues",
  "keywords": [
    "runic",
    "state",
    "simple",
    "immutable",
    "typescript",
    "react"
  ],
  "authors": [
    "Will Bowers <william.bowers@gmail.com> (https://github.com/willurd)"
  ],
  "main": "./dist/index.js",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "runicdev": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "!dist/**/__tests__/**/*",
    "!dist/**/*.test.*"
  ],
  "scripts": {
    "test": "vitest --run",
    "test:watch": "vitest",
    "clean": "rimraf dist",
    "build": "npm run clean && tsc",
    "pack": "npm run build && npm pack",
    "prepublishOnly": "npm run build",
    "ci:publish": "npm publish"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.2.0",
    "@types/react": "^19.0.8",
    "@types/react-dom": "^19.0.3",
    "@vitejs/plugin-react": "^4.3.4",
    "fast-deep-equal": "^3.1.3",
    "jsdom": "^26.0.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rimraf": "^6.0.1",
    "typescript": "^5.7.3",
    "vitest": "^3.0.4"
  },
  "dependencies": {
    "@runicjs/runic": "*",
    "shallow-equal": "^3.1.0"
  }
}
