UNPKG

@itrocks/required

Version:

@Required decorator to enforce mandatory properties in data validation

46 lines (45 loc) 820 B
{ "author": { "name": "Baptiste Pillot", "email": "baptiste@pillot.fr" }, "dependencies": { "@itrocks/class-type": "latest", "@itrocks/decorator": "latest" }, "description": "@Required decorator to enforce mandatory properties in data validation", "devDependencies": { "typescript": "^6.0" }, "engines": { "node": ">=24" }, "exports": "./cjs/required.js", "homepage": "https://it.rocks", "files": [ "LICENSE", "README.md", "cjs", "!*.map" ], "keywords": [ "backend", "decorator", "it.rocks", "mandatory", "property", "required decorator", "required", "validation" ], "license": "ISC", "name": "@itrocks/required", "repository": { "type": "git", "url": "git+https://github.com/itrocks-ts/required.git" }, "scripts": { "build": "tsc" }, "version": "0.2.1" }