{
  "name": "@judo/core",
  "version": "0.32.0",
  "description": "Core React contexts and hooks for JUDO UI Runtime",
  "license": "EPL-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/BlackBeltTechnology/judo-frontend-runtime.git",
    "directory": "packages/core"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@judo/actions": "0.32.0",
    "@judo/model-loader": "0.32.0",
    "@judo/model-api": "0.32.0"
  },
  "devDependencies": {
    "@testing-library/react": "^16.3.2",
    "@types/react": "^19.2.14",
    "typescript": "^6.0.3",
    "vitest": "^4.1.4",
    "@judo/actions": "0.32.0",
    "@judo/model-api": "0.32.0",
    "@judo/model-loader": "0.32.0",
    "@judo/testing": "0.32.0"
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "@judo/model-api": "0.32.0",
    "@judo/actions": "0.32.0",
    "@judo/model-loader": "0.32.0"
  },
  "scripts": {
    "build": "vite build",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "type-check": "tsgo --noEmit"
  }
}