@inrupt/experimental-graphql-directives-linked-data
Version:
GraphQL directives for Linked Data
50 lines (49 loc) • 1.74 kB
JSON
{
"name": "@inrupt/experimental-graphql-directives-linked-data",
"version": "0.1.2",
"description": "GraphQL directives for Linked Data",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "npm run tsc",
"tsc": "tsc",
"licenses:check": "license-checker --out license.csv --failOn --development \"AGPL-1.0-only; AGPL-1.0-or-later; AGPL-3.0-only; AGPL-3.0-or-later; Beerware; CC-BY-NC-1.0; CC-BY-NC-2.0; CC-BY-NC-2.5; CC-BY-NC-3.0; CC-BY-NC-4.0; CC-BY-NC-ND-1.0; CC-BY-NC-ND-2.0; CC-BY-NC-ND-2.5; CC-BY-NC-ND-3.0; CC-BY-NC-ND-4.0; CC-BY-NC-SA-1.0; CC-BY-NC-SA-2.0; CC-BY-NC-SA-2.5; CC-BY-NC-SA-3.0; CC-BY-NC-SA-4.0; CPAL-1.0; EUPL-1.0; EUPL-1.1; EUPL-1.1; GPL-1.0-only; GPL-1.0-or-later; GPL-2.0-only; GPL-2.0-or-later; GPL-3.0; GPL-3.0-only; GPL-3.0-or-later; SISSL; SISSL-1.2; WTFPL\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/inrupt/solid-graphql-js.git"
},
"sideEffects": false,
"keywords": [
"GraphQL",
"Linked",
"Data",
"Directives",
"Query",
"Solid"
],
"author": "Inrupt",
"license": "MIT",
"bugs": {
"url": "https://github.com/inrupt/solid-graphql-js/issues"
},
"files": [
"dist/**/*.d.ts",
"dist/**/*.js"
],
"homepage": "https://github.com/inrupt/solid-graphql-js#readme",
"dependencies": {
"@graphql-tools/utils": "^8.12.0",
"@inrupt/experimental-graphql-directives-utils": "^0.1.2",
"@inrupt/experimental-sparql-utils": "^0.1.2",
"@rdfjs/types": "^1.1.0",
"graphql": "^16.6.0",
"n3": "^1.16.2",
"rdf-literal": "^1.3.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "dd6ac6ead2adad90fe0fc96738e877fb502d4694"
}