{
  "name": "@qaecy/rmlmapper-js",
  "version": "0.6.4",
  "description": "A mapper for the RDF mapping language",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "rimraf dist && tsc",
    "lint": "eslint . --cache --ignore-path .gitignore --max-warnings 0",
    "test": "vitest run",
    "test:ts": "tsc -p test --noEmit",
    "deploy": "npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/comake/rmlmapper-js"
  },
  "bugs": {
    "url": "https://github.com/comake/rmlmapper-js/issues"
  },
  "homepage": "https://github.com/comake/rmlmapper-js#readme",
  "keywords": [
    "rml",
    "RML Mapper",
    "Semantic Web",
    "RDF Mapping language",
    "rdf",
    "json-ld"
  ],
  "author": {
    "name": "Adler Faulkner",
    "email": "adler@comake.io"
  },
  "license": "MIT",
  "dependencies": {
    "@xmldom/xmldom": "^0.8.2",
    "csvjson": "^5.1.0",
    "fontoxpath": "^3.26.2",
    "jsonld": "^8.1.0",
    "jsonpath-plus": "^7.0.0",
    "language-tags": "^1.0.5",
    "mime-types": "^2.1.35",
    "n3": "^1.16.2",
    "slimdom": "^4.0.1",
    "uuid": "^9.0.0",
    "xpath": "^0.0.32"
  },
  "devDependencies": {
    "@tsconfig/node14": "^1.0.3",
    "@types/jsonld": "^1.5.6",
    "@types/language-tags": "^1.0.1",
    "@types/mime-types": "^2.1.1",
    "@types/n3": "^1.10.4",
    "@types/node": "^24.10.1",
    "@types/utm": "^1.1.1",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.29.0",
    "@typescript-eslint/parser": "^5.29.0",
    "colors": "^1.4.0",
    "diff": "^5.1.0",
    "eslint": "^8.14.0",
    "eslint-config-es": "^3.26.13",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-tsdoc": "^0.2.16",
    "eslint-plugin-unused-imports": "^2.0.0",
    "rimraf": "^6.1.2",
    "ts-node": "^10.8.2",
    "typescript": "^4.7.4",
    "vitest": "^4.0.14"
  },
  "files": [
    "dist"
  ]
}
