{
  "name": "@jayalfredprufrock/mobx-toolbox",
  "version": "0.38.1",
  "description": "Misc mobx/react modules/utilities.",
  "homepage": "https://github.com/jayalfredprufrock/mobx-toolbox#readme",
  "bugs": {
    "url": "https://github.com/jayalfredprufrock/mobx-toolbox/issues"
  },
  "license": "MIT",
  "author": "Andrew Smiley <jayalfredprufrock@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jayalfredprufrock/mobx-toolbox.git"
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "exports": {
    "./dialog": "./dist/dialog.mjs",
    "./filter": "./dist/filter.mjs",
    "./form": "./dist/form.mjs",
    "./lazy": "./dist/lazy.mjs",
    "./lazy-observable": "./dist/lazy-observable.mjs",
    "./model": "./dist/model.mjs",
    "./react-util": "./dist/react-util.mjs",
    "./router": "./dist/router.mjs",
    "./table": "./dist/table.mjs",
    "./uploader": "./dist/uploader.mjs",
    "./util": "./dist/util.mjs",
    "./package.json": "./package.json"
  },
  "scripts": {
    "dev": "vp run -r dev",
    "prepare": "vp config"
  },
  "devDependencies": {
    "@tsconfig/node24": "^24.0.4",
    "@types/node": "^24.12.0",
    "@types/react": "^19.2.2",
    "@types/react-dom": "catalog:",
    "@typescript/native-preview": "7.0.0-dev.20260328.1",
    "happy-dom": "catalog:",
    "history": "^5.3.0",
    "mobx-react-lite": "^4.1.1",
    "react": "catalog:",
    "react-dom": "catalog:",
    "semantic-release": "^25.0.3",
    "typebox": "^1.1.17",
    "typescript": "^6.0.2",
    "vite-plus": "0.2.1"
  },
  "peerDependencies": {
    "history": "^5.3.0",
    "mobx": "^6.15.0",
    "mobx-react-lite": "^4.1.1",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "typebox": "^1.1.17"
  },
  "peerDependenciesMeta": {
    "history": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "release": {
    "branches": [
      "main"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/npm",
      "@semantic-release/github"
    ]
  },
  "packageManager": "pnpm@10.33.0"
}
