{
  "name": "@triply/rocketrml",
  "version": "2.1.4",
  "description": "This is a mapper for the RDF mapping language",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "scripts": {
    "format": "prettier --write src/**",
    "lint": "eslint src/**",
    "lint:fix": "eslint src/** --fix",
    "test": "mocha tests/test.js"
  },
  "repository": {
    "type": "git",
    "url": " https://github.com/TriplyDB/RocketRML.git"
  },
  "keywords": [
    "rml",
    "rocketrml",
    "RML Mapper",
    "Semantic Web",
    "RDF Mapping language",
    "RDF",
    "json-ld"
  ],
  "homepage": "https://semantify.it",
  "author": "STI Innsbruck",
  "license": "CC-BY-SA",
  "dependencies": {
    "@xmldom/xmldom": "^0.8.6",
    "csv-parse": "^5.3.3",
    "fontoxpath": "^3.33.1",
    "html2plaintext": "^2.1.4",
    "jsonld": "^8.3.3",
    "jsonpath-plus": "^10.3.0",
    "language-tags": "^1.0.7",
    "n3": "^1.24.2",
    "slimdom": "^4.3.5",
    "utm": "^1.1.1",
    "xpath": "^0.0.34"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.10",
    "colors": "^1.4.0",
    "diff": "^5.1.0",
    "eslint": "^8.29.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.5.0",
    "mocha": "^11.1.0",
    "prettier": "^2.8.1"
  },
  "files": [
    "LICENSE",
    "index.js",
    "src/",
    "Readme.md"
  ]
}
