{
  "name": "@lindas/trifid-core",
  "description": "Trifid Core",
  "type": "module",
  "version": "7.1.2",
  "license": "Apache-2.0",
  "homepage": "https://github.com/SwissFederalArchives/lindas-trifid",
  "repository": {
    "type": "git",
    "url": "https://github.com/SwissFederalArchives/lindas-trifid.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/zazuko/trifid/issues"
  },
  "scripts": {
    "test": "c8 --all --reporter=lcov --reporter=text node --test test/**.test.js test/**/*.test.js",
    "watch": "nodemon server.js",
    "typings": "tsc",
    "clean": "rimraf --glob \"*.tgz\" dist/",
    "prepack": "npm run clean && npm run typings",
    "postpublish": "npm run clean",
    "release": "changeset publish"
  },
  "files": [
    "dist/",
    "lib/",
    "plugins/",
    "static/",
    "views/",
    "config.yaml",
    "config2.json",
    "logo.svg",
    "index.js",
    "server.js",
    "otel.js",
    "CHANGELOG.md"
  ],
  "main": "index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "trifid-core": "./server.js"
  },
  "author": {
    "name": "Swiss Federal Archives / Lindas",
    "url": "https://www.bar.admin.ch/"
  },
  "keywords": [
    "trifid",
    "trifid-plugin",
    "core"
  ],
  "dependencies": {
    "@fastify/accepts": "^5.0.3",
    "@fastify/compress": "^8.1.0",
    "@fastify/cookie": "^11.0.2",
    "@fastify/cors": "^11.1.0",
    "@fastify/formbody": "^8.0.2",
    "@fastify/otel": "^0.10.0",
    "@fastify/static": "^8.2.0",
    "@fontsource/playfair-display": "^5.2.8",
    "@fontsource/roboto": "^5.2.6",
    "@opentelemetry/api": "^1.9.0",
    "@opentelemetry/auto-instrumentations-node": "^0.64.6",
    "@opentelemetry/exporter-metrics-otlp-http": "^0.205.0",
    "@opentelemetry/exporter-trace-otlp-http": "^0.205.0",
    "@opentelemetry/resources": "^2.1.0",
    "@opentelemetry/sdk-metrics": "^2.1.0",
    "@opentelemetry/sdk-node": "^0.205.0",
    "@opentelemetry/semantic-conventions": "^1.36.0",
    "@rdfjs-elements/formats-pretty": "^0.6.8",
    "@types/sparql-http-client": "^3.0.5",
    "ajv": "^8.17.1",
    "commander": "^14.0.0",
    "fastify": "^5.6.1",
    "handlebars": "^4.7.8",
    "import-meta-resolve": "^4.2.0",
    "json5": "^2.2.3",
    "lodash": "^4.17.21",
    "pino": "^10.0.0",
    "pino-pretty": "^13.1.1",
    "sparql-http-client": "^3.0.1",
    "string-replace-stream": "^0.0.2",
    "yaml": "^2.8.1"
  },
  "devDependencies": {
    "@rdfjs/types": "^2.0.1",
    "@types/node": "^24.7.0",
    "c8": "^10.1.3",
    "nodemon": "^3.1.10",
    "rimraf": "^6.0.1",
    "typescript": "^5.9.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
