{
  "name": "zudux-state",
  "version": "2.0.0",
  "description": "Zudux-State is an advanced zero-runtime-dependency state management library for React and TypeScript with copy-on-write commands, resources, workflows, event sourcing, offline replication, governance, and React bindings.",
  "author": {
    "name": "Pradeep Kumar Sheoran (Stack Developer), BSG Technologies",
    "url": "https://bsgtechnologies.com"
  },
  "homepage": "https://bsgtechnologies.com",
  "funding": {
    "type": "individual",
    "url": "https://bsgtechnologies.com"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./react": {
      "types": "./dist/react.d.ts",
      "import": "./dist/react.js"
    }
  },
  "files": [
    "dist",
    "examples",
    "inspector",
    "README.md",
    "API_REFERENCE.md",
    "FEATURES.md",
    "ARCHITECTURE.md",
    "SECURITY.md",
    "ENTERPRISE_GUIDE.md",
    "MIGRATION_V2.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "clean": "node ./scripts/clean.mjs",
    "typecheck": "tsc --noEmit",
    "build": "npm run clean && tsc",
    "examples:check": "tsc --noEmit --target ES2022 --module NodeNext --moduleResolution NodeNext --strict --jsx react-jsx --skipLibCheck examples/order-domain.ts examples/react-balance.tsx examples/enterprise-v2.ts",
    "test": "npm run build && npm run examples:check && node --test tests/*.test.mjs",
    "bench": "npm run build && node scripts/bench.mjs",
    "verify:package-docs": "node ./scripts/verify-package-docs.mjs",
    "pack:dry": "npm run verify:package-docs && npm pack --dry-run",
    "prepublishOnly": "npm run verify:package-docs && npm run typecheck && npm test"
  },
  "keywords": [
    "state-management",
    "enterprise-state",
    "react-state",
    "typescript",
    "atomic-transactions",
    "time-travel",
    "persistence",
    "zero-dependency",
    "ssr",
    "observability",
    "event-sourcing",
    "offline-first",
    "server-state-cache",
    "copy-on-write",
    "zudux-state",
    "zudux",
    "state-store",
    "state-machine",
    "react-hooks",
    "react-18",
    "react-19",
    "frontend-development",
    "workflow-engine",
    "resource-cache",
    "offline-sync",
    "audit-trail",
    "policy-engine",
    "enterprise-typescript",
    "bsg-technologies",
    "pradeep-kumar-sheoran"
  ],
  "license": "MIT",
  "peerDependencies": {
    "react": ">=18"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/react": "^19.1.8",
    "react": "^19.1.0",
    "typescript": "^5.8.3"
  }
}
