{
  "name": "rdf-dataset-fragmenter",
  "version": "2.9.0",
  "packageManager": "yarn@1.22.22",
  "description": "Fragments an RDF dataset into multiple parts",
  "author": "Ruben Taelman <rubensworks@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/SolidBench/rdf-dataset-fragmenter.js#readme",
  "repository": "git@github.com:SolidBench/rdf-dataset-fragmenter.js.git",
  "bugs": {
    "url": "https://github.com/SolidBench/rdf-dataset-fragmenter.js/issues"
  },
  "keywords": [
    "rdf",
    "rdfjs",
    "dataset",
    "fragmenter",
    "decentralization"
  ],
  "main": "lib/index.js",
  "typings": "lib/index",
  "bin": {
    "rdf-dataset-fragmenter": "bin/runner.js"
  },
  "lsd:module": true,
  "files": [
    "bin/**/*.d.ts",
    "bin/**/*.js",
    "components",
    "lib/**/*.d.ts",
    "lib/**/*.js",
    "lib/**/*.js.map"
  ],
  "scripts": {
    "test": "jest ${1}",
    "test-watch": "jest ${1} --watch",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "build": "yarn run build:ts && yarn run build:components",
    "build:components": "componentsjs-generator -s lib -r rdfdf",
    "build:ts": "tsc",
    "validate": "yarn list",
    "prepare": "husky",
    "version": "manual-git-changelog onversion"
  },
  "dependencies": {
    "@rdfjs/types": "*",
    "@types/async-lock": "^1.4.0",
    "@types/bloem": "^0.2.0",
    "@types/imurmurhash": "^0.1.4",
    "async-lock": "^1.4.0",
    "bloem": "^0.2.0",
    "componentsjs": "^6.0.0",
    "dockerode": "^4.0.0",
    "imurmurhash": "^0.1.4",
    "lru-cache": "^10.3.0",
    "mkdirp": "^3.0.1",
    "rdf-parse": "^3.0.0",
    "rdf-serialize": "^3.0.0",
    "rdf-string": "^1.6.0",
    "rdf-terms": "^1.11.0",
    "relative-to-absolute-iri": "^1.0.0",
    "stream-to-string": "^1.0.0"
  },
  "devDependencies": {
    "@rubensworks/eslint-config": "^3.0.0",
    "@types/dockerode": "^3.3.0",
    "@types/jest": "^29.0.0",
    "arrayify-stream": "^2.0.0",
    "componentsjs-generator": "^4.0.0",
    "eslint": "^8.0.0",
    "husky": "^9.0.0",
    "jest": "^29.0.0",
    "jest-rdf": "^1.0.0",
    "manual-git-changelog": "^1.0.0",
    "rdf-data-factory": "^1.0.0",
    "streamify-array": "^1.0.0",
    "streamify-string": "^1.0.0",
    "ts-jest": "^29.0.0",
    "typescript": "^5.0.0"
  }
}
