@valueflows/vf-graphql-holochain
Version:
GraphQL schema bindings for the Holochain implementation of ValueFlows
40 lines • 1.02 kB
JSON
{
"name": "@valueflows/vf-graphql-holochain",
"version": "0.600.0-rc.0",
"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",
"@holochain/client": "^0.20.0",
"@msgpack/msgpack": "^2.8.0",
"@valueflows/vf-graphql": "^0.9.1-alpha.5",
"graphql-tag": "2.12.6",
"graphql": "15.8.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"
]
}