trifid
Version:
Trifid - Lightweight Linked Data Server and Proxy
60 lines • 1.51 kB
JSON
{
"name": "trifid",
"description": "Trifid - Lightweight Linked Data Server and Proxy",
"version": "6.0.1",
"license": "Apache-2.0",
"homepage": "https://github.com/zazuko/trifid",
"type": "module",
"main": "./dist/server.js",
"repository": {
"type": "git",
"url": "https://github.com/zazuko/trifid.git",
"directory": "packages/trifid"
},
"bugs": {
"url": "https://github.com/zazuko/trifid/issues"
},
"bin": {
"trifid": "./dist/server.js"
},
"files": [
"dist",
"CHANGELOG.md"
],
"author": {
"name": "Zazuko GmbH",
"url": "https://zazuko.com/"
},
"keywords": [
"trifid",
"linked-data"
],
"dependencies": {
"commander": "^14.0.3",
"@zazuko/trifid-plugin-sparql-proxy": "^3.0.0",
"trifid-core": "^6.0.1",
"@zazuko/trifid-entity-renderer": "^2.0.0",
"trifid-handler-fetch": "^4.0.0",
"trifid-plugin-graph-explorer": "^3.0.0",
"trifid-plugin-i18n": "^4.0.0",
"trifid-plugin-spex": "^4.0.0",
"trifid-plugin-yasgui": "^4.0.0"
},
"devDependencies": {
"@types/node": "^25.5.0",
"rimraf": "^6.1.3",
"typescript": "^6.0.3"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"help": "node server.ts --help",
"start:tbbt": "node server.ts -c instances/tbbt/config.yaml",
"start": "pnpm run start:tbbt",
"typecheck": "tsc --noEmit",
"clean": "rimraf *.tgz dist/ coverage/",
"build": "tsc && node scripts/copy-assets.ts"
}
}