{
  "name": "@connoropolous/vf-graphql-holochain",
  "version": "0.0.1-alpha.4",
  "type": "module",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "description": "GraphQL schema bindings for the Holochain implementation of ValueFlows",
  "scripts": {
    "build": "tsc -p ./tsconfig.dev.json; node ./finish-build",
    "dev": "tsc -p ./tsconfig.dev.json --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/holo-rea/holo-rea.git"
  },
  "keywords": [
    "Holochain",
    "ValueFlows",
    "GraphQL",
    "REA",
    "OpenValueNetwork",
    "Open Value Network",
    "OVN",
    "economic",
    "cooperative",
    "coordination"
  ],
  "author": "HoloREA contributors",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holo-rea/holo-rea/issues"
  },
  "homepage": "https://github.com/holo-rea/holo-rea#readme",
  "publishConfig": {
    "directory": "build",
    "main": "index.js",
    "types": "index.d.ts"
  },
  "dependencies": {
    "buffer": "^6.0.3",
    "@graphql-tools/schema": "^8.3.1",
    "@graphql-tools/utils": "^8.6.1",
    "@connoropolous/holochain-client": "0.6.0",
    "@valueflows/vf-graphql": "0.9.0-alpha.6",
    "dataloader": "^1.4.0",
    "deep-for-each": "^3.0.0",
    "fecha": "^4.1.0",
    "graphql-scalars": "^1.14.1",
    "is-object": "^1.0.2",
    "js-base64": "^3.6.0"
  },
  "peerDependencies": {
    "graphql": ">=14"
  },
  "devDependencies": {
    "graphql": "^16.2.0",
    "tslib": "1.10.0",
    "tslint": "5.16.0",
    "tslint-config-standard": "8.0.1",
    "typescript": "4.5.5"
  }
}