{
  "name": "@vendia/client",
  "version": "0.17.0",
  "author": "Vendia Inc",
  "license": "MIT",
  "contributors": [
    "Brett Andrews <brett@vendia.com> (https://www.halfstack.software/)",
    "David Wells <david@vendia.com> (https://davidwells.io/)",
    "Jake Partusch <jake@vendia.com>",
    "Matt Silverstein <matt@vendia.com> (https://mattsilverstein.com/)"
  ],
  "description": "An isomorphic, type-safe JavaScript/TypeScript client for interacting with your Vendia Universal Apps (Unis). Automatically generates custom code to match your Uni's schema.",
  "keywords": [
    "javascript",
    "typescript",
    "vendia",
    "uni",
    "share",
    "universal",
    "isomorphic",
    "client"
  ],
  "main": "index.js",
  "module": "index.module.js",
  "types": "index.d.ts",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "bin": "bin/vendia-client.mjs",
  "files": [
    "src",
    "bin",
    "scripts/postinstall.mjs",
    "index.js",
    "index.d.ts",
    "index.module.js",
    "tsconfig.json",
    "tsconfig.module.json"
  ],
  "devDependencies": {
    "rimraf": "^3.0.2",
    "ts-node": "^10.7.0",
    "typescript": "^5.5.3"
  },
  "peerDependencies": {
    "@lukeed/uuid": "^2.0.0",
    "isomorphic-ws": "*",
    "jose": "^5.2.0"
  },
  "@comment": "Putting full graphql package in dependencies due to issue in readme.md",
  "dependencies": {
    "@lukeed/uuid": "^2.0.0",
    "chalk": "^4.1.2",
    "consola": "^3.2.3",
    "debug": "^4.3.4",
    "graphql": "16.9.0",
    "graphql-request": "^4.2.0",
    "graphql-tag": "^2.12.6",
    "graphql-ws": "^5.8.2",
    "isomorphic-ws": "*",
    "jose": "^5.2.0",
    "ws": "^8.5.0",
    "yargs": "^17.1.1",
    "@vendia/codegen-tools": "0.15.1"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.mjs"
  }
}