{
  "name": "extract-cbd-shape",
  "version": "0.1.15",
  "description": "Extract an entity based on CBD and a SHACL shape",
  "main": "dist/lib/extract-cbd-shape.js",
  "types": "dist/lib/extract-cbd-shape.d.ts",
  "scripts": {
    "test": "mocha",
    "build": "tsc",
    "data": "npm run build && node ./perf/outband-setup.js",
    "bench": "npm run build && node ./perf/perftest-inband.js && node ./perf/perftest-inband-percent.js && node ./perf/perftest-outband.js "
  },
  "keywords": [
    "CBD",
    "RDF",
    "SHACL",
    "RDF-JS"
  ],
  "author": "Pieter Colpaert",
  "license": "MIT",
  "dependencies": {
    "@treecg/types": "^0.4.6",
    "debug": "^4.4.3",
    "jsdom": "^28.0.0",
    "n3": "^2.0.1",
    "rdf-data-factory": "^2.0.2",
    "rdf-dereference": "^5.0.0",
    "rdf-stores": "^2.1.1"
  },
  "devDependencies": {
    "@rdfjs/types": "*",
    "@types/benchmark": "^2.1.5",
    "@types/chai": "^5.2.3",
    "@types/debug": "^4.1.12",
    "@types/mocha": "^10.0.10",
    "@types/n3": "^1.26.1",
    "@types/pako": "^2.0.4",
    "@types/sinon": "^17.0.4",
    "benchmark": "^2.1.4",
    "chai": "^6.2.2",
    "js-base64": "^3.7.8",
    "mocha": "^11.7.5",
    "pako": "^2.1.0",
    "rollup": "^4.57.1",
    "rollup-plugin-polyfill-node": "^0.13.0",
    "sinon": "^21.0.1",
    "systeminformation": "^5.30.7",
    "ts-node": "^10.9.2",
    "typescript": "5.9.3"
  }
}
