UNPKG

@ogcio/fastify-o11y

Version:
42 lines (41 loc) 1.12 kB
{ "name": "@ogcio/fastify-o11y", "version": "4.0.1", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "rm -rf dist tsconfig.prod.tsbuildinfo tsconfig.tsbuildinfo && tsc -p tsconfig.prod.json", "test": "vitest run --coverage --outputFile=results.xml", "prepublishOnly": "npm i && npm run build && npm run test" }, "keywords": [ "observability", "o11y", "ogcio", "opentelemetry", "fastify" ], "author": { "name": "Andrea Bozzelli", "email": "andrea.bozzelli@nearform.com" }, "license": "ISC", "description": "Custom fastify plugin for OGCIO Observability", "dependencies": { "fastify-plugin": "^4.5.1" }, "peerDependencies": { "@ogcio/o11y-sdk-node": ">=0.3.0", "fastify": "^4.29.1" }, "devDependencies": { "@fastify/cors": "^9.0.1" }, "repository": { "type": "git", "url": "git+https://github.com/ogcio/shared-node-utils.git", "directory": "packages/fastify-o11y" }, "homepage": "https://github.com/ogcio/shared-node-utils/tree/main/packages/fastify-o11y#readme" }