{
  "name": "glossarist",
  "version": "0.4.57",
  "description": "JavaScript SDK for Glossarist GCR packages — read, write, validate, and manage terminology concepts",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist",
    "data/concept-model/shapes/glossarist.shacl.ttl",
    "data/concept-model/README.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./gcr": {
      "types": "./dist/gcr-reader.d.ts",
      "import": "./dist/gcr-reader.js"
    },
    "./concept": {
      "types": "./dist/concept-reader.d.ts",
      "import": "./dist/concept-reader.js"
    },
    "./models": {
      "types": "./dist/models/index.d.ts",
      "import": "./dist/models/index.js"
    },
    "./validators": {
      "types": "./dist/validators/index.d.ts",
      "import": "./dist/validators/index.js"
    },
    "./diff": {
      "types": "./dist/diff/index.d.ts",
      "import": "./dist/diff/index.js"
    },
    "./rdf": {
      "types": "./dist/rdf/index.d.ts",
      "import": "./dist/rdf/index.js"
    },
    "./rdf/shacl": {
      "types": "./dist/rdf/shacl-entry.d.ts",
      "import": "./dist/rdf/shacl-entry.js"
    },
    "./rdf/prefixes": {
      "types": "./dist/rdf/predicates.d.ts",
      "import": "./dist/rdf/predicates.js"
    },
    "./transforms": {
      "types": "./dist/transforms/index.d.ts",
      "import": "./dist/transforms/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "gen:predicates": "node scripts/gen-predicates.mjs",
    "lint": "eslint src/ test/",
    "prebuild": "npm run gen:predicates",
    "prepublishOnly": "npm run build && npm run typecheck && npm test",
    "pretest": "node test/fixtures/build-fixtures.mjs",
    "sync:model": "node scripts/sync-concept-model.mjs",
    "test": "find test \\( -name '*.test.js' -o -name '*.test.ts' \\) | sort | xargs node --import tsx --test",
    "test:coverage": "find test \\( -name '*.test.js' -o -name '*.test.ts' \\) | sort | xargs node --import tsx --test --experimental-test-coverage",
    "test:verbose": "find test \\( -name '*.test.js' -o -name '*.test.ts' \\) | sort | xargs node --import tsx --test --test-reporter spec",
    "typecheck": "tsc --noEmit",
    "typecheck:test": "tsc -p tsconfig.test.json --noEmit"
  },
  "keywords": [
    "glossarist",
    "gcr",
    "terminology",
    "glossary",
    "iso",
    "geolexica"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/glossarist/glossarist-js.git"
  },
  "homepage": "https://github.com/glossarist/glossarist-js#readme",
  "bugs": {
    "url": "https://github.com/glossarist/glossarist-js/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@rdfjs/data-model": "^2.0.0",
    "@rdfjs/dataset": "^2.0.0",
    "js-yaml": "^5.0.0",
    "jsonld": "^9.0.0",
    "jszip": "^3.10.1",
    "n3": "^1.17.0",
    "rdf-validate-shacl": "^0.6.5"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@rdfjs/types": "^2.0.1",
    "@types/jsonld": "^1.5.15",
    "@types/n3": "^1.26.1",
    "@types/node": "^26.1.2",
    "@types/rdfjs__data-model": "^2.0.9",
    "@types/rdfjs__dataset": "^2.0.7",
    "@typescript-eslint/eslint-plugin": "^8.65.0",
    "@typescript-eslint/parser": "^8.65.0",
    "eslint": "^10.3.0",
    "globals": "^17.6.0",
    "tsx": "^4.23.1",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.65.0"
  }
}
