@nitra/fastify
Version:
Fastify helper
30 lines (29 loc) • 584 B
JSON
{
"name": "@nitra/fastify",
"description": "Fastify helper",
"version": "2.5.0",
"type": "module",
"main": "src/index.js",
"files": [
"src"
],
"exports": {
".": "./src/index.js"
},
"keywords": [
"nitra",
"fastify"
],
"repository": {
"type": "git",
"url": "https://github.com/nitra/fastify.git"
},
"bugs": "https://github.com/nitra/fastify/issues",
"homepage": "https://github.com/nitra/fastify",
"license": "MIT",
"dependencies": {
"@fastify/sensible": "^6.0.3",
"@nitra/pino": "^2.2.0",
"fastify": "^5.5.0"
}
}