UNPKG

graphql-ld-comunica

Version:
90 lines (89 loc) 2.2 kB
{ "name": "graphql-ld-comunica", "version": "1.2.2", "description": "A GraphQL-LD engine that is backed by Comunica", "keywords": [ "graphql", "graphqlld", "sparql", "query", "rdf", "linked data", "comunica" ], "main": "index.js", "typings": "index", "repository": "git@github.com:rubensworks/graphql-ld-comunica.js.git", "author": "Ruben Taelman <rubensworks@gmail.com>", "bugs": { "url": "https://github.com/rubensworks/graphql-ld-comunica.js/issues" }, "homepage": "https://github.com/rubensworks/graphql-ld-comunica.js#readme", "license": "MIT", "files": [ "lib/**/*.d.ts", "lib/**/*.js", "bin/**/*.d.ts", "bin/**/*.js", "bin/**/*.js.map", "lib/**/*.js.map", "index.d.ts", "index.js.map", "index.js" ], "pre-commit": [ "build", "lint", "test" ], "devDependencies": { "@types/graphql": "^14.0.0", "@types/jest": "^26.0.0", "@types/minimist": "^1.2.0", "@types/n3": "^1.1.4", "coveralls": "^3.0.0", "jest": "^27.0.1", "manual-git-changelog": "^1.0.1", "pre-commit": "^1.2.2", "streamify-string": "^1.0.1", "ts-jest": "^27.0.1", "tslint": "^6.0.0", "tslint-eslint-rules": "^5.3.1", "typescript": "^4.0.0" }, "jest": { "globals": { "ts-jest": { "tsConfig": "test/tsconfig.json" } }, "transform": { "^.+\\.ts$": "ts-jest" }, "transformIgnorePatterns": [ "[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$" ], "testRegex": "(/test/.*|(\\.|/)(test|spec))\\.ts$", "moduleFileExtensions": [ "ts", "js" ], "collectCoverage": true, "testEnvironment": "node" }, "scripts": { "test": "jest ${1}", "test-watch": "jest ${1} --watch", "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls", "lint": "tslint index.ts lib/**/*.ts test/**/*.ts --exclude '**/*.d.ts'", "build": "tsc", "validate": "npm ls", "prepare": "npm run build", "version": "manual-git-changelog onversion" }, "dependencies": { "@comunica/actor-init-sparql": "^1.20.0", "graphql-ld": "^1.2.0", "sparqlalgebrajs": "^2.5.5" } }