@nitra/fastify
Version:
Fastify helper
33 lines (32 loc) • 628 B
JSON
{
"name": "@nitra/fastify",
"version": "2.5.9",
"description": "Fastify helper",
"keywords": [
"fastify",
"nitra"
],
"homepage": "https://github.com/nitra/fastify",
"bugs": "https://github.com/nitra/fastify/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nitra/fastify.git"
},
"files": [
"src"
],
"type": "module",
"main": "src/index.js",
"exports": {
".": "./src/index.js"
},
"dependencies": {
"@fastify/sensible": "^6.0.4",
"@nitra/pino": "^2.12.0",
"fastify": "^5.7.1"
},
"engines": {
"node": ">=20.0.0"
}
}