UNPKG

@rdfc/sds-storage-writer-ts

Version:

An RDF-Connect processor to write SDS streams into a given storage system

64 lines (63 loc) 1.59 kB
{ "name": "@rdfc/sds-storage-writer-ts", "version": "1.1.0", "description": "An RDF-Connect processor to write SDS streams into a given storage system", "type": "module", "main": "lib/index.js", "scripts": { "build": "tspc && tsc-alias", "test": "vitest run --coverage --coverage.include src", "prepublishOnly": "npm run build" }, "files": [ "lib/**/*", "processor.ttl" ], "keywords": [ "SDS", "TREE", "LDES", "MongoBD", "Redis", "RDF-Connect" ], "author": "Arthur Vercruysse", "contributors": [ "Julián Rojas", "Pieter Colpaert", "Ieben Smessaert" ], "license": "MIT", "devDependencies": { "@ajuvercr/ts-transformer-inline-file": "^0.2.0", "@eslint/eslintrc": "^3.3.0", "@eslint/js": "^9.22.0", "@rdfc/js-runner": "^1.0.0", "@types/n3": "^1.24.1", "@types/node": "^22.13.10", "@typescript-eslint/eslint-plugin": "^8.26.1", "@typescript-eslint/parser": "^8.26.1", "@vitest/coverage-v8": "^3.0.9", "eslint": "^9.20.1", "eslint-config-prettier": "^9.1.0", "globals": "^15.15.0", "husky": "^9.1.7", "lint-staged": "^15.5.0", "mongodb-memory-server": "^10.1.4", "prettier": "^3.5.3", "ts-patch": "^3.3.0", "tsc-alias": "^1.8.11", "typescript": "^5.8.2", "vitest": "^3.0.9" }, "dependencies": { "@treecg/types": "^0.4.6", "async-await-mutex-lock": "^1.0.12", "mongodb": "^6.15.0", "n3": "^1.24.2", "rdf-canonize": "^4.0.1", "rdf-lens": "^1.3.5", "redis": "^4.7.0", "winston": "^3.17.0" } }