{
  "name": "@data-client/vue",
  "version": "0.18.1",
  "description": "Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch",
  "homepage": "https://dataclient.io",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:reactive/data-client.git",
    "directory": "packages/vue"
  },
  "bugs": {
    "url": "https://github.com/reactive/data-client/issues"
  },
  "keywords": [
    "vue",
    "data",
    "cache",
    "flux",
    "suspense",
    "fetch",
    "composable",
    "networking",
    "async",
    "typescript",
    "async",
    "data fetching",
    "data cache",
    "reactive",
    "state management",
    "api client",
    "api",
    "normalized cache",
    "swr",
    "query",
    "front-end",
    "mobile",
    "web",
    "middleware",
    "websocket",
    "REST",
    "GraphQL",
    "RPC",
    "sse",
    "declarative",
    "dynamic data",
    "mutations"
  ],
  "main": "dist/index.js",
  "module": "lib/index.js",
  "unpkg": "dist/index.umd.min.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "module": "./lib/index.js",
      "import": "./node.mjs",
      "require": "./dist/index.js",
      "browser": "./lib/index.js",
      "default": "./lib/index.js"
    },
    "./test": {
      "module": "./lib/test/index.js",
      "import": "./node.mjs",
      "require": "./dist/test/index.js",
      "browser": "./lib/test/index.js",
      "default": "./lib/test/index.js"
    },
    "./package.json": "./package.json"
  },
  "type": "module",
  "engines": {
    "node": ">=14"
  },
  "files": [
    "src",
    "dist",
    "lib",
    "node.mjs",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build:lib": "NODE_ENV=production BROWSERSLIST_ENV='2020' POLYFILL_TARGETS='chrome>88,safari>14' yarn g:babel --out-dir lib",
    "build:js:node": "BROWSERSLIST_ENV=node12 yarn g:rollup",
    "build:js:browser": "BROWSERSLIST_ENV=legacy yarn g:rollup",
    "build:bundle": "yarn g:runs build:js:\\* && echo '{\"type\":\"commonjs\"}' > dist/package.json",
    "build:clean": "yarn g:clean index.d.ts",
    "build": "run build:lib && run build:bundle",
    "dev": "run build:lib -w",
    "prepare": "run build:lib",
    "prepack": "run prepare && run build:bundle"
  },
  "author": "Nathaniel Tucker <me@ntucker.me> (https://github.com/ntucker)",
  "funding": "https://github.com/sponsors/ntucker",
  "license": "Apache-2.0",
  "dependencies": {
    "@babel/runtime": "^7.20.0",
    "@data-client/core": "^0.18.1"
  },
  "peerDependencies": {
    "@types/vue": "^3.0.0",
    "@vue/test-utils": "^2.4.0",
    "vue": "^3.0.0"
  },
  "peerDependenciesMeta": {
    "@types/vue": {
      "optional": true
    },
    "@vue/test-utils": {
      "optional": true
    }
  },
  "devDependencies": {
    "@anansi/browserslist-config": "^1.4.2",
    "@data-client/rest": "0.18.1",
    "@jest/globals": "^30.0.0",
    "@types/jest": "30.0.0",
    "@types/node": "^25.0.0",
    "@vue/test-utils": "^2.4.0",
    "jest-environment-jsdom": "^30.0.0",
    "jest-mock": "^30.0.0",
    "nock": "13.3.1",
    "rollup-plugins": "1.0.0",
    "temporal-polyfill": "^0.3.0",
    "vue": "^3.4.0"
  }
}