@ogma/platform-fastify
Version:
A plugin for the OgmaInterceptor to properly handle HTTP requests from Fastify
44 lines • 1.01 kB
JSON
{
"name": "@ogma/platform-fastify",
"version": "5.1.0",
"description": "A plugin for the OgmaInterceptor to properly handle HTTP requests from Fastify",
"keywords": [
"fastify",
"logging",
"http",
"ogma",
"nestjs",
"interceptor"
],
"author": "Jay McDoniel <jmcdo29@gmail.com>",
"homepage": "https://github.com/jmcdo29/ogma#readme",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmcdo29/ogma.git"
},
"bugs": {
"url": "https://github.com/jmcdo29/ogma/issues"
},
"peerDependencies": {
"@nestjs/platform-fastify": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@ogma/nestjs-module": "^5.4.0",
"fastify": ">=4.0.0"
},
"peerDependenciesMeta": {
"@nestjs/platform-fastify": {
"optional": false
},
"@ogma/nestjs-module": {
"optional": false
},
"fastify": {
"optional": false
}
},
"main": "./src/index.js",
"type": "commonjs"
}