{
  "name": "@csvw-rdf-convertor/core",
  "version": "0.5.0",
  "description": "",
  "keywords": [
    "csv",
    "csvw",
    "rdf",
    "convert",
    "converter",
    "conversion",
    "stream",
    "streaming"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/S0ft1/CSVW-RDF-convertor"
  },
  "homepage": "https://s0ft1.github.io/CSVW-RDF-convertor",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "!**/*.tsbuildinfo"
  ],
  "nx": {
    "sourceRoot": "packages/core/src",
    "tags": [
      "env:library"
    ],
    "targets": {
      "build": {
        "executor": "@nx/js:swc",
        "outputs": [
          "{options.outputPath}"
        ],
        "options": {
          "outputPath": "packages/core/dist",
          "main": "packages/core/src/index.ts",
          "tsConfig": "packages/core/tsconfig.lib.json",
          "skipTypeCheck": true,
          "stripLeadingPaths": true
        }
      }
    }
  },
  "dependencies": {
    "@date-fns/tz": "^1.2.0",
    "@rdfjs/prefix-map": "^0.1.2",
    "@rdfjs/types": "^2.0.1",
    "@swc/helpers": "~0.5.11",
    "bcp47-validate": "^1.0.0",
    "csv": "^6.3.11",
    "date-fns": "^4.1.0",
    "idna-uts46-hx": "^6.0.8",
    "jsonld": "^8.3.3",
    "jsonld-streaming-parser": "^5.0.0",
    "memory-level": "^3.0.0",
    "mnemonist": "^0.40.2",
    "n3": "^1.23.1",
    "quadstore": "^15.3.0",
    "quadstore-comunica": "^6.0.1",
    "rdfxml-streaming-parser": "^3.0.1",
    "readable-stream": "^4.7.0",
    "url-template": "^3.1.1",
    "rdf-data-factory": "2.0.2"
  },
  "devDependencies": {
    "@types/jsonld": "^1.5.15",
    "@types/n3": "^1.21.1",
    "@types/node": "^22.13.5",
    "@types/readable-stream": "^4.0.18",
    "jest-fetch-mock": "^3.0.3",
    "jest-rdf": "^2.0.0"
  }
}
