fastify-type-provider-zod
Version:
Zod Type Provider for Fastify@4
63 lines (62 loc) • 1.68 kB
JSON
{
"name": "fastify-type-provider-zod",
"version": "1.1.9",
"description": "Zod Type Provider for Fastify@4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "npm run build && npm run typescript && jest",
"test:coverage": "jest --coverage",
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"typescript": "tsd",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"fastify": "^4.0.0",
"zod": "^3.14.2"
},
"repository": {
"url": "https://github.com/turkerdev/fastify-type-provider-zod"
},
"keywords": [
"fastify",
"zod",
"type",
"provider"
],
"author": "turkerd",
"license": "MIT",
"bugs": {
"url": "https://github.com/turkerdev/fastify-type-provider-zod/issues"
},
"homepage": "https://github.com/turkerdev/fastify-type-provider-zod",
"dependencies": {
"zod-to-json-schema": "^3.17.1"
},
"devDependencies": {
"@fastify/swagger": "^8.2.0",
"@fastify/swagger-ui": "^1.3.0",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.7",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.10.2",
"jest": "^29.2.2",
"oas-validator": "^5.0.8",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"tsd": "^0.25.0",
"typescript": "^4.8.4",
"zod": "^3.19.1"
},
"tsd": {
"directory": "types"
}
}