UNPKG

@zazuko/trifid-plugin-sparql-proxy

Version:

Trifid plugin for sparql-proxy

55 lines 1.42 kB
{ "name": "@zazuko/trifid-plugin-sparql-proxy", "version": "3.0.0", "description": "Trifid plugin for sparql-proxy", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "homepage": "https://github.com/zazuko/trifid", "repository": { "type": "git", "url": "https://github.com/zazuko/trifid.git", "directory": "packages/sparql-proxy" }, "bugs": { "url": "https://github.com/zazuko/trifid/issues" }, "license": "Apache-2.0", "files": [ "dist", "CHANGELOG.md" ], "author": { "name": "Zazuko GmbH", "url": "https://zazuko.com/" }, "keywords": [ "trifid", "trifid-plugin", "sparql-proxy" ], "dependencies": { "@opentelemetry/api": "^1.9.1", "@vocabulary/sd": "^1.0.6", "@zazuko/env-node": "^3.0.0", "trifid-core": "^6.0.0" }, "devDependencies": { "@rdfjs/types": "^2.0.1", "@types/node": "^25.5.0", "c8": "^11.0.0", "fastify": "^5.8.5", "rimraf": "^6.1.3", "typescript": "^6.0.3" }, "publishConfig": { "access": "public", "provenance": true }, "scripts": { "test": "c8 --all --exclude='**/*.d.ts' --exclude='**/types/**' --exclude='test/**' --exclude=dist --exclude=coverage --reporter lcovonly --reporter text node --conditions=source --test **/*.test.ts", "typecheck": "tsc --noEmit", "clean": "rimraf *.tgz dist/ coverage/", "build": "tsc" } }