{
  "name": "trifid",
  "description": "Trifid - Lightweight Linked Data Server and Proxy",
  "version": "5.0.11",
  "license": "Apache-2.0",
  "homepage": "https://github.com/zazuko/trifid",
  "type": "module",
  "main": "server.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/zazuko/trifid.git",
    "directory": "packages/trifid"
  },
  "bugs": {
    "url": "https://github.com/zazuko/trifid/issues"
  },
  "scripts": {
    "help": "node server.js --help",
    "start:tbbt": "node server.js -c instances/tbbt/config.yaml",
    "start": "npm run start:tbbt"
  },
  "bin": {
    "trifid": "./server.js"
  },
  "author": {
    "name": "Zazuko GmbH",
    "url": "https://zazuko.com/"
  },
  "keywords": [
    "trifid",
    "linked-data"
  ],
  "dependencies": {
    "@zazuko/trifid-plugin-sparql-proxy": "^2.6.2",
    "@zazuko/trifid-entity-renderer": "^1.5.3",
    "commander": "^13.1.0",
    "trifid-core": "^5.1.0",
    "trifid-handler-fetch": "^3.3.3",
    "trifid-plugin-graph-explorer": "^2.1.0",
    "trifid-plugin-i18n": "^3.0.2",
    "trifid-plugin-spex": "^3.0.0",
    "trifid-plugin-yasgui": "^3.4.4"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
