UNPKG

type-compiler

Version:

A TypeScript compiler plugin for enhanced runtime type checking and analysis with Zod validation

26 lines 580 B
{ "name": "special-validators-example", "version": "1.0.0", "description": "Example demonstrating the specialFieldValidators feature of type-compiler", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "typescript", "zod", "validation", "type-compiler" ], "author": "", "license": "MIT", "dependencies": { "zod": "^3.22.4" }, "devDependencies": { "type-compiler": "file:../../", "typescript": "^5.3.3" } }