UNPKG

@kamleshjha/form-validation

Version:

A simple form validation library for Express.js and TypeScript-based microservices

37 lines (36 loc) 914 B
{ "name": "@kamleshjha/form-validation", "version": "2.0.1-4", "description": "A simple form validation library for Express.js and TypeScript-based microservices", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "author": "kamleshjha", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc -p .", "prepare": "npm run build" }, "keywords": [ "form", "validation", "typescript", "express", "nodejs", "microservice", "npm" ], "files": [ "dist/" ], "license": "MIT", "dependencies": { "ajv": "^8.12.0", "express": "^4.18.2" }, "devDependencies": { "typescript": "^5.2.2", "@types/node": "^20.8.0", "@types/express": "^4.17.17" } }