UNPKG

fastify-type-provider-zod

Version:

Zod Type Provider for Fastify@5

67 lines (66 loc) 1.86 kB
{ "name": "fastify-type-provider-zod", "version": "5.0.1", "description": "Zod Type Provider for Fastify@5", "type": "module", "main": "./dist/cjs/index.cjs", "module": "./dist/esm/index.js", "types": "./dist/cjs/index.d.cts", "exports": { "require": { "types": "./dist/cjs/index.d.cts", "default": "./dist/cjs/index.cjs" }, "default": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" } }, "files": ["README.md", "LICENSE", "dist"], "scripts": { "build": "vite build", "test:coverage": "vitest --coverage", "test:ci": "npm run build && npm run typescript && npm run test:coverage", "lint": "biome check . && tsc --noEmit", "lint:fix": "biome check --write .", "typescript": "tsd", "prepublishOnly": "npm run build" }, "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": { "@fastify/error": "^4.1.0" }, "peerDependencies": { "@fastify/swagger": ">=9.5.1", "fastify": "^5.0.0", "zod": ">=3.25.56" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@fastify/swagger": "^9.5.1", "@fastify/swagger-ui": "^5.2.3", "@kibertoad/biome-config": "^1.2.1", "@types/node": "^22.15.30", "@vitest/coverage-v8": "^3.2.2", "fastify": "^5.3.3", "fastify-plugin": "^5.0.1", "oas-validator": "^5.0.8", "tsd": "^0.32.0", "typescript": "^5.8.3", "unplugin-isolated-decl": "^0.14.3", "vitest": "^3.2.2", "zod": "^3.25.56" }, "tsd": { "directory": "types" } }