@zazuko/shacl-test
Version:
Runs SHACL shapes against a set of positive and negative test cases (data graphs).
33 lines (32 loc) • 665 B
JSON
{
"name": "@zazuko/shacl-test",
"version": "0.1.1",
"type": "module",
"bin": {
"shacl-test": "./run.sh"
},
"scripts": {
"release": "changeset publish"
},
"keywords": [
"SHACL",
"test",
"rdf",
"approvals"
],
"author": "Zazuko GmbH",
"license": "MIT",
"dependencies": {
"@rdfjs-elements/formats-pretty": "^0.6.7",
"@zazuko/env-node": "^2.1.3",
"@zazuko/s": "^1.0.1",
"@zazuko/shacl-playground": "^2.0.0",
"approvals": "^7.1.3",
"barnard59-rdf": "^3.4.0",
"barnard59-shacl": "^1.4.10",
"rdf-transform-graph-imports": "^0.2.3"
},
"devDependencies": {
"@changesets/cli": "^2"
}
}