@leosprograms/vf-graphql-holochain
Version:
GraphQL schema bindings for the Holochain implementation of ValueFlows
67 lines • 1.69 kB
JSON
{
"name": "@leosprograms/vf-graphql-holochain",
"version": "0.6.45",
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"description": "GraphQL schema bindings for the Holochain implementation of ValueFlows",
"scripts": {
"prepublish": "npx only-allow pnpm",
"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/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",
"main": "index.js",
"types": "index.d.ts"
},
"dependencies": {
"@graphql-tools/schema": "^9.0.14",
"@graphql-tools/utils": "^9.1.4",
"@holochain/client": "^0.18.0-dev.13",
"@leosprograms/vf-graphql": "0.9.0-alpha.19",
"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",
"base64-js": "^1.5.1"
},
"peerDependencies": {
"graphql": "14"
},
"devDependencies": {
"@types/big.js": "^6.1.6",
"graphql": "14",
"tslib": "1.10.0",
"tslint": "5.16.0",
"tslint-config-standard": "8.0.1",
"typescript": "4.5.5"
}
}