@fastify/diagnostics-channel
Version:
Plugin to deal with diagnostics_channel on Fastify
79 lines (78 loc) • 1.84 kB
JSON
{
"name": "@fastify/diagnostics-channel",
"version": "5.0.1",
"description": "Plugin to deal with diagnostics_channel on Fastify",
"main": "lib/index.js",
"type": "commonjs",
"directories": {
"example": "examples",
"test": "test"
},
"types": "types/index.d.ts",
"scripts": {
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "npm run test:unit && npm run test:typescript",
"test:unit": "tap",
"test:typescript": "tsd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/fastify-diagnostics-channel.git"
},
"keywords": [
"fastify",
"diagnostics",
"diagnostics_channel"
],
"author": "Rafael Gonzaga <rafael.nunu@hotmail.com>",
"contributors": [
{
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
},
{
"name": "James Sumners",
"url": "https://james.sumners.info"
},
{
"name": "Aras Abbasi",
"email": "aras.abbasi@gmail.com"
},
{
"name": "Frazer Smith",
"email": "frazer.dev@icloud.com",
"url": "https://github.com/fdawgs"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fastify/fastify-diagnostics-channel/issues"
},
"homepage": "https://github.com/fastify/fastify-diagnostics-channel#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"dependencies": {
"fastify-plugin": "^5.0.0"
},
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"eslint": "^9.17.0",
"fastify": "^5.0.0",
"neostandard": "^0.12.0",
"simple-get": "^4.0.1",
"tap": "^18.7.2",
"tsd": "^0.31.0"
},
"publishConfig": {
"access": "public"
}
}