UNPKG

housemd

Version:
41 lines (40 loc) 963 B
{ "name": "housemd", "version": "0.1.3", "description": "House, M.D. RDF dataset", "type": "module", "main": "index.js", "scripts": { "build": "node build.js", "test": "stricter-standard" }, "repository": { "type": "git", "url": "https://github.com/rdf-ext/housemd.git" }, "keywords": [ "house", "housemd", "rdf", "rdfjs", "rdf-ext" ], "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)", "license": "MIT", "bugs": { "url": "https://github.com/rdf-ext/housemd/issues" }, "homepage": "https://github.com/rdf-ext/housemd", "devDependencies": { "@rdfjs/serializer-rdfjs": "^0.1.3", "glob": "^10.4.1", "mkdirp": "^3.0.1", "rdf-ext": "^2.5.1", "rdf-utils-fs": "^3.0.0", "simple-git-hooks": "^2.11.1", "stricter-standard": "^0.3.1" }, "simple-git-hooks": { "pre-commit": "npm run build && git add dist/*" } }