trifid
Version:
Trifid - Lightweight Linked Data Server and Proxy
49 lines (48 loc) • 1.21 kB
JSON
{
"name": "trifid",
"description": "Trifid - Lightweight Linked Data Server and Proxy",
"version": "5.1.1",
"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.8.0",
"@zazuko/trifid-entity-renderer": "^1.5.3",
"commander": "^14.0.0",
"trifid-core": "^5.2.0",
"trifid-handler-fetch": "^3.4.0",
"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
}
}