@treecg/curation
Version:
This library implements a class (Curator) with methods to curate an announcement LDES in LDP.
54 lines (53 loc) • 1.58 kB
JSON
{
"name": "@treecg/curation",
"version": "0.0.6",
"description": "This library implements a class (Curator) with methods to curate an announcement LDES in LDP.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "rm -rf dist/; tsc",
"release": "npm run build && npm publish --access public"
},
"keywords": [
"LDP",
"Solid",
"LDES",
"Linked Data"
],
"author": "woutslabbinck <wout.slabbinck@ugent.be>",
"license": "ISC",
"devDependencies": {
"@solid/community-server": "^2.0.1",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-tsdoc": "^0.2.14",
"eslint-plugin-unused-imports": "^2.0.0",
"express": "^4.17.2",
"jest": "^27.4.5",
"jest-extended": "^1.2.0",
"ts-node": "^10.2.1",
"typescript": "^4.5.2"
},
"dependencies": {
"@inrupt/jose-legacy-modules": "^0.0.3-3.17.0",
"@rdfjs/data-model": "^1.3.4",
"@rubensworks/solid-client-authn-isomorphic": "^1.0.0",
"@treecg/ldes-announcements": "^0.0.5",
"@treecg/ldes-orchestrator": "^0.0.4",
"@treecg/tree-metadata-extraction": "^1.2.1",
"@treecg/types": "^0.2.2",
"dotenv": "^10.0.0",
"loglevel": "^1.8.0",
"loglevel-plugin-prefix": "^0.8.4",
"n3": "^1.11.2",
"rdf-js": "^4.0.2",
"rdf-parse": "^1.9.1",
"rdf-store-stream": "^1.3.0",
"streamify-string": "^1.0.1",
"ts-jest": "^27.1.2"
}
}