{
    "name": "@servicetitan/tanstack-query-mobx",
    "version": "8.0.0",
    "description": "TanStack Query (React Query) integration for MobX stores with react-ioc dependency injection. Provides declarative data fetching, caching, synchronization, and state management with automatic query deduplication and observable state.",
    "keywords": [
        "tanstack-query",
        "react-query",
        "mobx",
        "mobx-store",
        "react",
        "react-ioc",
        "data-fetching",
        "caching",
        "query-client",
        "state-management",
        "observable",
        "dependency-injection",
        "mutations",
        "async-state",
        "api-client",
        "micro-frontend",
        "typescript"
    ],
    "homepage": "https://github.com/servicetitan/anvil-uikit-contrib/tree/master/packages/tanstack-query-mobx#readme",
    "bugs": {
        "url": "https://github.com/servicetitan/anvil-uikit-contrib/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/servicetitan/anvil-uikit-contrib.git",
        "directory": "packages/tanstack-query-mobx"
    },
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "default": "./dist/index.js"
        },
        "./test": {
            "types": "./dist/test/index.d.ts",
            "default": "./dist/test/index.js"
        },
        "./composable": {
            "types": "./dist/composable/index.d.ts",
            "default": "./dist/composable/index.js"
        },
        "./demo": {
            "types": "./dist/demo/index.d.ts",
            "default": "./dist/demo/index.js"
        }
    },
    "typesVersions": {
        "*": {
            "test": [
                "./dist/test/index.d.ts"
            ],
            "composable": [
                "./dist/composable/index.d.ts"
            ]
        }
    },
    "files": [
        "dist",
        "src"
    ],
    "dependencies": {
        "@tanstack/query-core": "~5.28.4",
        "lodash": "~4.17.21"
    },
    "peerDependencies": {
        "@servicetitan/react-ioc": ">=19.0.0",
        "axios": ">=0.28.1",
        "mobx": ">=6.3.2"
    },
    "devDependencies": {
        "@servicetitan/react-ioc": "^39.3.0",
        "@types/lodash": "^4.14.191",
        "axios": "~0.33.0",
        "mobx": "~6.10.2"
    },
    "publishConfig": {
        "access": "public"
    },
    "cli": {
        "webpack": false
    },
    "gitHead": "cd7d26dcbb74336efe088749dd930cf31715beed"
}
