@leosprograms/graphql-client-holochain
Version:
ValueFlows GraphQLClient configurations, providing pluggable backend datasources for different distributed, federated and client/server infrastructure.
53 lines • 1.47 kB
JSON
{
"name": "@leosprograms/graphql-client-holochain",
"version": "0.6.41",
"description": "ValueFlows GraphQLClient configurations, providing pluggable backend datasources for different distributed, federated and client/server infrastructure.",
"type": "module",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"prepublish": "npx only-allow pnpm",
"build": "tsc -p ./tsconfig.dev.json; node ./finish-build.cjs",
"dev": "tsc -p ./tsconfig.dev.json --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/h-rea/hrea.git"
},
"keywords": [
"hREA",
"hREA",
"ValueFlows",
"GraphQL",
"API"
],
"author": "hREA 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": {
"@leosprograms/vf-graphql-holochain": "0.6.45",
"@holochain/client": "^0.18.0-dev.13",
"@apollo/link-schema": "^2.0.0-beta.3",
"tslib": "^2.0.0"
},
"peerDependencies": {
"@apollo/client": ">=3",
"graphql": "14"
},
"devDependencies": {
"@apollo/client": "^3.5.7",
"tslib": "1.10.0",
"tslint": "5.16.0",
"tslint-config-standard": "8.0.1",
"typescript": "4.5.5"
}
}