@valueflows/vf-graphql
Version:
Reference GraphQL implementation of the ValueFlows spec
75 lines (74 loc) • 1.74 kB
JSON
{
"name": "@valueflows/vf-graphql",
"version": "0.9.1-alpha.5",
"description": "Reference GraphQL implementation of the ValueFlows spec",
"main": "index.js",
"types": "index.d.ts",
"files": [
"build/*",
"schemas/*",
"ALL_VF_SDL.js",
"json-schema.json",
"index.d.ts",
"index.flow.js",
"index.js",
"package.json",
"schema-manifest.js",
"LICENSE",
"CHANGELOG.md",
"README.md"
],
"scripts": {
"dev": "npm-watch",
"build": "mkdir build; graphql-codegen --config scripts/codegen.yml; node scripts/build.js",
"test": "cd ../tests && npm test",
"clean": "scripts/clean.sh",
"prepare": "npm run clean; npm run build"
},
"watch": {
"build": {
"patterns": [
"schemas"
],
"extensions": "gql"
},
"test": {
"patterns": [
"tests",
"build"
],
"extensions": "js"
}
},
"repository": {
"type": "git",
"url": "git+ssh://git@lab.allmende.io:valueflows/vf-schemas/vf-graphql.git"
},
"keywords": [
"ValueFlows",
"REA",
"GraphQL",
"grammar"
],
"author": "ValueFlows contributors",
"license": "Apache-2.0",
"bugs": {
"url": "https://lab.allmende.io/valueflows/vf-schemas/vf-graphql/issues"
},
"homepage": "https://lab.allmende.io/valueflows/vf-schemas/vf-graphql#readme",
"dependencies": {
"@graphql-tools/merge": "^8.3.16"
},
"peerDependencies": {
"graphql": ">=15"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.4.0",
"@graphql-codegen/flow": "^2.2.2",
"@graphql-codegen/typescript": "^2.4.0",
"graphql": "^15.8.0",
"globby": "^11.0.0",
"graphql-2-json-schema": "^0.9.0",
"npm-watch": "^0.6.0"
}
}