tripledoc
Version:
Library to read, create and update documents on a Solid Pod
45 lines (44 loc) • 1.35 kB
JSON
{
"name": "tripledoc",
"version": "1.3.1",
"description": "Library to read, create and update documents on a Solid Pod",
"scripts": {
"test": "jest",
"build": "rollup --config rollup.config.js",
"api-docs": "rm -r docs/api; typedoc --theme markdown --platform docusaurus --out docs/api --hideSources --options typedoc.json;",
"prepublishOnly": "yarn run build"
},
"keywords": [
"rdf"
],
"homepage": "https://vincenttunru.gitlab.io/tripledoc/",
"bugs": "https://gitlab.com/vincenttunru/tripledoc/issues",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"author": "Vincent Tunru <npm@vincenttunru.com> (https://VincentTunru.com)",
"repository": {
"type": "git",
"url": "https://gitlab.com/vincenttunru/tripledoc.git"
},
"license": "MIT",
"devDependencies": {
"@types/jest": "^23.3.10",
"concat-md": "^0.3.0",
"jest": "^23.6.0",
"jest-junit": "^6.0.1",
"rollup": "^1.20.3",
"rollup-plugin-typescript2": "^0.24.0",
"ts-jest": "^23.10.5",
"typedoc": "^0.14.2",
"typedoc-plugin-markdown": "^2.1.10",
"typescript": "^3.2.4"
},
"dependencies": {
"@types/http-link-header": "^1.0.0",
"@types/rdflib": "^0.20.0",
"http-link-header": "^1.0.2",
"rdf-namespaces": "^1.3.0",
"rdflib": "^1.0.4"
}
}