UNPKG

@zazuko/trifid-plugin-sparql-proxy

Version:

Trifid plugin for sparql-proxy

54 lines (53 loc) 1.21 kB
{ "name": "@zazuko/trifid-plugin-sparql-proxy", "version": "2.6.2", "description": "Trifid plugin for sparql-proxy", "type": "module", "main": "index.js", "types": "dist/index.d.ts", "homepage": "https://github.com/zazuko/trifid", "scripts": { "test": "c8 --all --reporter lcovonly --reporter text node --test **/*.test.js", "clean": "rimraf dist/", "prebuild": "npm run clean", "build": "tsc", "prepack": "npm run build" }, "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", "lib", "index.js" ], "author": { "name": "Zazuko GmbH", "url": "https://zazuko.com/" }, "keywords": [ "trifid", "trifid-plugin", "sparql-proxy" ], "dependencies": { "@vocabulary/sd": "^1.0.5", "@zazuko/env-node": "^3.0.0", "trifid-core": "^5.1.0" }, "devDependencies": { "@types/node": "^22.15.17", "rimraf": "^6.0.1", "typescript": "^5.8.3" }, "publishConfig": { "access": "public", "provenance": true } }