{
  "name": "@vf-ui/graphql-client-holochain",
  "version": "0.0.2-alpha.1",
  "description": "ValueFlows GraphQLClient configurations, providing pluggable backend datasources for different distributed, federated and client/server infrastructure.",
  "type": "module",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/h-rea/hrea.git"
  },
  "keywords": [
    "hREA",
    "hREA",
    "ValueFlows",
    "GraphQL",
    "API"
  ],
  "author": "hREA contributors",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/h-REA/hREA/issues"
  },
  "homepage": "https://github.com/h-REA/hREA#readme",
  "publishConfig": {
    "directory": "build"
  },
  "dependencies": {
    "@valueflows/vf-graphql-holochain": "0.0.2-alpha.1",
    "@apollo/link-schema": "^2.0.0-beta.3",
    "tslib": "^2.0.0"
  },
  "peerDependencies": {
    "@apollo/client": ">=3",
    "graphql": ">=14"
  },
  "devDependencies": {
    "@apollo/client": "^3.5.7",
    "tslib": "1.10.0",
    "tslint": "5.16.0",
    "tslint-config-standard": "8.0.1",
    "typescript": "4.5.5"
  },
  "scripts": {
    "prepublish": "npx only-allow pnpm",
    "build": "tsc -p ./tsconfig.dev.json; node ./finish-build.cjs",
    "dev": "tsc -p ./tsconfig.dev.json --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}