@ogcio/nextjs-o11y
Version:
Custom middleware for OGCIO Observability
34 lines (33 loc) • 954 B
JSON
{
"name": "@ogcio/nextjs-o11y",
"version": "0.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"
],
"author": {
"name": "Andrea Bozzelli",
"email": "andrea.bozzelli@nearform.com"
},
"license": "ISC",
"description": "Custom middleware for OGCIO Observability",
"peerDependencies": {
"@opentelemetry/api": "1.x.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ogcio/shared-node-utils.git",
"directory": "packages/nextjs-o11y"
},
"homepage": "https://github.com/ogcio/shared-node-utils/tree/main/packages/nextjs-o11y#readme"
}