@inaiat/fastify-papr
Version:
Fastify Papr Plugin Integration
94 lines (93 loc) • 2.03 kB
JSON
{
"name": "@inaiat/fastify-papr",
"version": "12.1.0",
"description": "Fastify Papr Plugin Integration",
"keywords": [
"database",
"fastify",
"fastify-plugin",
"json",
"json-schema",
"model",
"mongodb",
"papr",
"schema",
"types",
"typescript",
"validation"
],
"homepage": "https://github.com/inaiat/fastify-papr.git",
"license": "MIT",
"author": "inaiat@gmail.com",
"contributors": [
"Inaiat <inaiat@gmail.com>",
"Daniel Molina <dgmolina.ti@gmail.com>",
"Murilo Alves <hi@omurilo.dev>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/inaiat/fastify-papr.git"
},
"directories": {
"test": "test"
},
"files": [
"dist"
],
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"test": "vp test",
"build": "vp pack",
"fmt": "vp fmt . --write",
"lint": "vp check",
"check": "vp check",
"check:fix": "vp check --fix",
"analyze": "fallow",
"coverage": "vp test --coverage",
"prepublishOnly": "pnpm build",
"make-badges": "istanbul-badges-readme",
"check-commit": "pnpm lint && pnpm test",
"prepare": "husky || true"
},
"dependencies": {
"fastify-plugin": "^5.1.0",
"papr": "^17.1.0"
},
"devDependencies": {
"@types/node": "^25.6.0",
"@types/semver": "^7.7.1",
"@vitest/coverage-v8": "^4.1.5",
"fallow": "^2.66.2",
"istanbul-badges-readme": "^1.9.0",
"mongodb": "^7.2.0",
"mongodb-memory-server": "^11.1.0",
"typescript": "^6.0.3",
"vite-plus": "^0.1.20"
},
"peerDependencies": {
"fastify": ">=5.8",
"mongodb": ">=7"
},
"config": {
"mongodbMemoryServer": {
"debug": "0"
}
},
"engines": {
"node": ">=22.12.0"
},
"packageManager": "pnpm@11.0.8",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
]
}