{
  "name": "@valueflows/vf-graphql-holochain",
  "version": "0.0.3-alpha.9",
  "type": "module",
  "main": "index.js",
  "types": "index.d.ts",
  "description": "GraphQL schema bindings for the Holochain implementation of ValueFlows",
  "scripts": {
    "build": "rm -rf build && tsc -p ./tsconfig.dev.json; node ./finish-build",
    "dev": "tsc -p ./tsconfig.dev.json --watch"
  },
  "dependencies": {
    "@graphql-tools/schema": "^10.0.23",
    "@valueflows/vf-graphql": "^0.9.1-alpha.4",
    "graphql-tag": "2.12.6",
    "graphql": "16.11.0",
    "signal-polyfill": "0.2.2",
    "signal-utils": "0.21.1"
  },
  "devDependencies": {
    "typescript": "^5.3.3",
    "ts-node": "^10.9.1"
  },
  "author": "HoloREA contributors",
  "license": "Apache-2.0",
  "keywords": [
    "Holochain",
    "ValueFlows",
    "GraphQL",
    "REA",
    "OpenValueNetwork",
    "Open Value Network",
    "OVN",
    "economic",
    "cooperative",
    "coordination"
  ]
}