UNPKG

trifid-handler-fetch

Version:
56 lines (55 loc) 1.21 kB
{ "name": "trifid-handler-fetch", "description": "Fetch handler for Trifid", "type": "module", "version": "3.4.0", "license": "Apache-2.0", "main": "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/handler-fetch" }, "bugs": { "url": "https://github.com/zazuko/trifid/issues" }, "files": [ "dist", "lib", "index.js", "CHANGELOG.md" ], "scripts": { "test": "c8 --all --reporter lcovonly --reporter text node --test **/*.test.js", "prebuild": "rimraf dist/", "build": "tsc", "prepack": "npm run build" }, "author": { "name": "Zazuko GmbH", "url": "https://zazuko.com/" }, "keywords": [ "trifid", "trifid-plugin", "handler-fetch" ], "dependencies": { "oxigraph": "^0.4.11", "uuid": "^11.1.0" }, "devDependencies": { "@types/node": "^24.2.1", "@types/uuid": "^10.0.0", "c8": "^10.1.3", "rimraf": "^6.0.1", "trifid-core": "^5.1.0", "typescript": "^5.9.2" }, "publishConfig": { "access": "public", "provenance": true } }