{
  "name": "@upsoft/patchkit-launcher-runtime-api-react-theme-client",
  "version": "1.5.0",
  "main": "dist/$index.js",
  "types": "dist/$index.d.ts",
  "troyConfig": {
    "namespace": "PatchKitLauncher"
  },
  "files": [
    "README.md",
    "dist"
  ],
  "dependencies": {
    "@tanstack/query-persist-client-core": "^5.0.0",
    "@tanstack/react-query": "^5.0.0",
    "@tanstack/react-query-devtools": "^5.0.0",
    "superjson": "^2.0.0",
    "@upsoft/patchkit-launcher-runtime-api-theme-client": "1.5.0",
    "@upsoft/troy-foundation": "1.5.0"
  },
  "peerDependencies": {
    "react": "^18.2.0"
  },
  "dependenciesTroyMeta": {
    "react": {
      "reexportMethod": "export-import-require"
    },
    "@upsoft/patchkit-launcher-runtime-api-theme-client": {
      "isBundled": true
    }
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@types/react": "^18.2.0",
    "@types/web": "0.0.96",
    "react": "^18.2.0",
    "@upsoft/troy-ts-standard-package-dev-tools": "1.5.0"
  },
  "scripts": {
    "_phase:build": "build-troy-ts-standard-package",
    "_phase:build:incremental": "incremental-build-troy-ts-standard-package",
    "_phase:lint": "lint-troy-ts-standard-package",
    "_phase:lint-fix": "lint-fix-troy-ts-standard-package",
    "_phase:test": "test-troy-ts-standard-package"
  }
}