obj-schema-validator
Version:
Lightweight and simple validator for objects and DTOs, designed for TypeScript and Node.js projects.
35 lines • 941 B
JSON
{
"name": "obj-schema-validator",
"version": "1.1.12",
"main": "dist/app.js",
"types": "dist/app.d.ts",
"scripts": {
"dev": "tsnd --respawn --clear ./src/app.ts",
"build-dev": "rimraf ./dist && tsc",
"start-dev": "npm run build && node ./dist/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pad28/obj-schema-validator.git"
},
"keywords": [
"validators",
"dto",
"object-validation",
"schema-validation",
"typescript",
"typescript-validators",
"data-transfer-object",
"nodejs",
"validation"
],
"author": "Miguel Angel Padilla Pérez <mipape2281003@gmail.com>",
"license": "MIT",
"description": "Lightweight and simple validator for objects and DTOs, designed for TypeScript and Node.js projects.",
"devDependencies": {
"@types/node": "^22.5.4",
"rimraf": "^6.0.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.5.4"
}
}