UNPKG

@valueflows/vf-graphql-holochain

Version:

GraphQL schema bindings for the Holochain implementation of ValueFlows

64 lines 1.61 kB
{ "name": "@valueflows/vf-graphql-holochain", "version": "0.0.2-alpha.1", "type": "module", "main": "index.js", "types": "index.d.ts", "description": "GraphQL schema bindings for the Holochain implementation of ValueFlows", "repository": { "type": "git", "url": "git+ssh://git@github.com/h-rea/hrea.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/h-REA/hREA/issues" }, "homepage": "https://github.com/h-REA/hREA#readme", "publishConfig": { "directory": "build" }, "dependencies": { "@graphql-tools/schema": "^9.0.14", "@graphql-tools/utils": "^9.1.4", "@holochain/client": "0.16.0", "@valueflows/vf-graphql": "0.9.0-alpha.9", "big.js": "^6.2.1", "buffer": "^6.0.3", "dataloader": "^1.4.0", "deep-for-each": "^3.0.0", "deepmerge": "^4.3.1", "fecha": "^4.2.3", "graphql-scalars": "^1.14.1", "is-object": "^1.0.2", "js-base64": "^3.6.0" }, "peerDependencies": { "graphql": ">=14" }, "devDependencies": { "@types/big.js": "^6.1.6", "graphql": "^16.2.0", "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", "dev": "tsc -p ./tsconfig.dev.json --watch" } }