{ "name": "@tanstack/vue-query", "version": "5.0.0-alpha.43", "description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue", "author": "Damian Osipiuk", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TanStack/query.git", "directory": "packages/vue-query" }, "homepage": "https://tanstack.com/query", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "types": "build/lib/index.d.ts", "main": "build/lib/index.js", "module": "build/lib/index.esm.js", "exports": { ".": { "types": "./build/lib/index.d.ts", "import": "./build/lib/index.mjs", "default": "./build/lib/index.js" }, "./package.json": "./package.json" }, "sideEffects": false, "scripts": { "clean": "rimraf ./build && rimraf ./coverage", "test:eslint": "eslint --ext .ts,.tsx ./src", "test:types": "pnpm build:types", "test:lib": "pnpm run test:2 && pnpm run test:2.7 && pnpm run test:3", "test:2": "vue-demi-switch 2 vue2 && vitest", "test:2.7": "vue-demi-switch 2.7 vue2.7 && vitest", "test:3": "vue-demi-switch 3 && vitest", "test:lib:dev": "pnpm run test:lib --watch", "build": "pnpm build:rollup && pnpm build:types", "build:rollup": "rollup --config rollup.config.mjs", "build:types": "tsc --emitDeclarationOnly" }, "files": [ "build/lib/*", "build/umd/*" ], "dependencies": { "@tanstack/query-core": "^5.0.0-alpha.43", "@tanstack/match-sorter-utils": "^8.8.4", "@vue/devtools-api": "^6.5.0", "vue-demi": "^0.13.11" }, "devDependencies": { "@vue/composition-api": "1.7.1", "vue": "^3.2.47", "vue2": "npm:vue@2.6", "vue2.7": "npm:vue@2.7" }, "peerDependencies": { "@vue/composition-api": "^1.1.2", "vue": "^2.5.0 || ^3.0.0" }, "peerDependenciesMeta": { "@vue/composition-api": { "optional": true } } }