{
    "name": "@rdfc/sparql-ingest-processor-ts",
    "version": "0.4.0",
    "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",
        "winston": "^3.17.0"
    },
    "devDependencies": {
        "@comunica/query-sparql": "^4.2.0",
        "@rdfc/js-runner": "^1.0.0",
        "@rdfjs/types": "^2.0.1",
        "@types/n3": "^1.25.3",
        "@types/node": "^22.15.29",
        "@typescript-eslint/eslint-plugin": "^8.33.1",
        "@typescript-eslint/parser": "^8.33.1",
        "@vitest/coverage-v8": "^3.2.1",
        "eslint": "^9.28.0",
        "eslint-config-prettier": "^10.1.5",
        "husky": "^9.1.7",
        "ts-patch": "^3.3.0",
        "tsc-alias": "^1.8.16",
        "typescript": "^5.8.3",
        "vite-tsconfig-paths": "^5.1.4",
        "vitest": "^3.2.1"
    }
}
