trifid-core
Version:
Trifid Core
96 lines (95 loc) • 2.48 kB
JSON
{
"name": "trifid-core",
"description": "Trifid Core",
"type": "module",
"version": "5.2.0",
"license": "Apache-2.0",
"homepage": "https://github.com/zazuko/trifid",
"repository": {
"type": "git",
"url": "https://github.com/zazuko/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 *.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",
"CHANGELOG.md"
],
"main": "index.js",
"types": "./dist/index.d.ts",
"bin": {
"trifid-core": "./server.js"
},
"author": {
"name": "Zazuko GmbH",
"url": "https://zazuko.com/"
},
"keywords": [
"trifid",
"trifid-plugin",
"core"
],
"dependencies": {
"@fastify/accepts": "^5.0.2",
"@fastify/compress": "^8.1.0",
"@fastify/cookie": "^11.0.2",
"@fastify/cors": "^11.1.0",
"@fastify/formbody": "^8.0.2",
"@fastify/otel": "^0.9.4",
"@fastify/static": "^8.2.0",
"@fontsource/playfair-display": "^5.2.6",
"@fontsource/roboto": "^5.2.6",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.62.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.203.0",
"@opentelemetry/resources": "^2.0.1",
"@opentelemetry/sdk-node": "^0.203.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.5.0",
"handlebars": "^4.7.8",
"import-meta-resolve": "^4.1.0",
"json5": "^2.2.3",
"lodash": "^4.17.21",
"pino": "^9.8.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.2.1",
"c8": "^10.1.3",
"nodemon": "^3.1.10",
"rimraf": "^6.0.1",
"typescript": "^5.9.2"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}