{
  "name": "@yanuaraditia/config-react",
  "version": "0.1.13",
  "description": "React bindings for @runtime-config — useRuntimeConfig hook, provider, SSR utilities",
  "homepage": "https://github.com/yanuaraditia/config#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/yanuaraditia/config.git",
    "directory": "packages/react"
  },
  "bugs": {
    "url": "https://github.com/yanuaraditia/config/issues"
  },
  "keywords": [
    "runtime-config",
    "react",
    "vite",
    "useRuntimeConfig",
    "react-router"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./server": {
      "import": {
        "types": "./dist/server.d.mts",
        "default": "./dist/server.mjs"
      },
      "require": {
        "types": "./dist/server.d.cts",
        "default": "./dist/server.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsdown",
    "prepublishOnly": "bun run build",
    "dev": "tsdown --watch",
    "clean": "rm -rf dist",
    "test": "bun test"
  },
  "peerDependencies": {
    "react": "^19.2.5"
  },
  "dependencies": {
    "@yanuaraditia/config": "^0.1.13"
  },
  "devDependencies": {
    "@happy-dom/global-registrator": "^20.9.0",
    "@types/node": "^25.6.0",
    "@types/react": "^19.2.14",
    "react": "^19.2.5",
    "tsdown": "^0.21.9",
    "typescript": "^6.0.3"
  }
}
