{
  "name": "@duely/client",
  "version": "0.4.81",
  "description": "GraphQL client by Duely (wrapper for @apollo/client)",
  "repository": "github:uoleevi/duely",
  "license": "MIT",
  "author": "Leevi Uotinen",
  "module": "dist/index.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "cross-env NODE_ENV='production' webpack",
    "test": "jest",
    "watch": "webpack --watch"
  },
  "workspaces": [
    "../build",
    "../core",
    "../util"
  ],
  "dependencies": {
    "@duely/util": "^0.4.11",
    "graphql": "^15.5.0",
    "subscriptions-transport-ws": "^0.11.0"
  },
  "devDependencies": {
    "@duely/build": "^0.4.7",
    "@graphql-typed-document-node/core": "^3.1.1",
    "@types/node": "^14.14.41",
    "@types/react": "^18.0.9",
    "cross-env": "^7.0.3",
    "webpack": "^5.47.1",
    "webpack-cli": "^4.7.2"
  },
  "peerDependencies": {
    "@apollo/client": "^3.6.4",
    "@duely/core": "^0.4.34",
    "react": "^18.1.0"
  }
}
