{
  "name": "sds-processors",
  "version": "0.3.2",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "tsc",
    "test": "bun test"
  },
  "files": [
    "lib/**/*",
    "js/**/*",
    "configs/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ajuvercr/sds-processors.git"
  },
  "author": "Arthur Vercruysse",
  "contributors": [
    "Julián Rojas"
  ],
  "license": "MIT",
  "dependencies": {
    "@treecg/bucketizers": "^2.1.13",
    "@treecg/types": "^0.4.5",
    "csv-parse": "^5.5.2",
    "extract-cbd-shape": "^0.0.3",
    "jsonld": "^8.3.1",
    "n3": "^1.17.2"
  },
  "devDependencies": {
    "@ajuvercr/js-runner": "^0.1.12",
    "@types/jsonld": "^1.5.13",
    "@types/n3": "^1.16.4",
    "@jest/globals": "^29.7.0",
    "@rdfjs/types": "^1.1.0",
    "@types/node": "^20.10.0",
    "typescript": "^5.3.2"
  }
}
