metalsmith-ldschema
Version:
Metalsmith plugin for generating Web documentation for a linked data vocabulary. Inspired by https://schema.org
50 lines (49 loc) • 1.33 kB
JSON
{
"name": "metalsmith-ldschema",
"version": "3.0.0",
"description": "Metalsmith plugin for generating Web documentation for a linked data vocabulary. Inspired by https://schema.org",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "npx mocha --recursive",
"test:debug": "npx mocha inspect --recursive",
"lint": "eslint ./src/** ./test/**",
"lint:check": "eslint --print-config . | eslint-config-prettier-check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/howarddierking/metalsmith-ldschema.git"
},
"keywords": [
"metalsmith",
"rdf",
"rdfs",
"json-ld",
"turtle"
],
"author": "Howard Dierking",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/howarddierking/metalsmith-ldschema/issues"
},
"homepage": "https://github.com/howarddierking/metalsmith-ldschema",
"engines": {
"node": ">=16"
},
"dependencies": {
"@rdfjs/namespace": "^2.0.0",
"clownface": "^1.5.1",
"ramda": "^0.28.0",
"rdf-ext": "^2.0.1",
"rdf-parse": "^2.0.0"
},
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^9.2.2",
"prettier": "^2.6.2"
}
}