UNPKG

@solid-data-modules/rdflib-utils

Version:

Utility functions for the development of Solid Data Modules for RDFLib.js

65 lines (64 loc) 1.79 kB
{ "name": "@solid-data-modules/rdflib-utils", "version": "0.5.0", "description": "Utility functions for the development of Solid Data Modules for RDFLib.js", "type": "module", "main": "dist/index.js", "exports": { ".": "./dist/index.js", "./test-support": "./dist/test-support/index.js", "./identifier": "./dist/identifier/index.js" }, "scripts": { "clean": "rm -rf dist/", "build": "npm run clean && tsc", "build:doc": "typedoc src/index.ts src/test-support/index.ts src/identifier/index.ts --out ../../gh-pages/rdflib-utils", "test": "jest", "lint": "eslint ./src/**" }, "keywords": [ "solid", "data-modules", "rdflib" ], "author": { "name": "Angelo Veltens", "email": "angelo.veltens@online.de", "url": "https://angelo.veltens.org/profile/card#me" }, "repository": { "type": "git", "url": "git+https://github.com/solid-contrib/data-modules.git" }, "bugs": { "url": "https://github.com/solid-contrib/data-modules/issues" }, "homepage": "https://github.com/solid-contrib/data-modules#readme", "license": "MIT", "files": [ "dist" ], "peerDependencies": { "rdflib": "2.x" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/jest-when": "^3.5.5", "@typescript-eslint/eslint-plugin": "^7.13.0", "@typescript-eslint/parser": "^7.13.0", "eslint": "^8.57.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-require-extensions": "^0.1.3", "jest": "^29.7.0", "jest-when": "^3.6.0", "prettier": "^3.3.2", "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "typedoc": "^0.25.13", "typescript": "^5.4.5" }, "dependencies": { "short-unique-id": "^5.2.0" } }