@rdfc/sparql-ingest-processor-ts
Version:
SPARQL Update function to be within RDF-Connect pipelines
54 lines (53 loc) • 1.56 kB
JSON
{
"name": "@rdfc/sparql-ingest-processor-ts",
"version": "0.5.1",
"description": "SPARQL Update function to be within RDF-Connect pipelines",
"author": "Julián Rojas",
"type": "module",
"scripts": {
"build": "tspc && tsc-alias",
"prepublishOnly": "npm run build",
"test": "vitest run --coverage --coverage.include lib",
"prepare": "husky"
},
"files": [
"lib/**/*",
"./processors.ttl"
],
"keywords": [
"SPARQL",
"RDF-Connect"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rdf-connect/sparql-ingest-processor-ts.git"
},
"dependencies": {
"@treecg/types": "^0.4.6",
"n3": "^1.26.0",
"rdf-data-factory": "^2.0.2",
"rdf-stores": "^2.1.1",
"undici": "^7.13.0",
"winston": "^3.17.0"
},
"devDependencies": {
"@comunica/query-sparql": "^4.3.0",
"@rdfc/js-runner": "^1.0.0",
"@rdfjs/types": "^2.0.1",
"@types/n3": "^1.26.0",
"@types/node": "^24.2.1",
"@typescript-eslint/eslint-plugin": "^8.39.1",
"@typescript-eslint/parser": "^8.39.1",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"fastify": "^5.5.0",
"husky": "^9.1.7",
"ts-patch": "^3.3.0",
"tsc-alias": "^1.8.16",
"typescript": "^5.9.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
}
}