@itrocks/length
Version:
Decorators @Length, @MinLength, @MaxLength to enforce fixed or flexible string length limits on class properties
49 lines (48 loc) • 891 B
JSON
{
"author": {
"name": "Baptiste Pillot",
"email": "baptiste@pillot.fr"
},
"dependencies": {
"@itrocks/class-type": "latest",
"@itrocks/decorator": "latest"
},
"description": "Decorators @Length, @MinLength, @MaxLength to enforce fixed or flexible string length limits on class properties",
"devDependencies": {
"typescript": "~5.8"
},
"engines": {
"node": ">=18"
},
"exports": "./cjs/length.js",
"homepage": "https://it.rocks",
"files": [
"LICENSE",
"README.md",
"cjs/*",
"!*.map"
],
"keywords": [
"backend",
"decorator",
"fixed",
"it.rocks",
"decimals",
"float",
"number",
"numeric",
"property",
"text"
],
"license": "ISC",
"name": "@itrocks/length",
"repository": {
"type": "git",
"url": "git+https://github.com/itrocks-ts/length.git"
},
"scripts": {
"build": "tsc"
},
"types": "./cjs/length.d.ts",
"version": "0.0.1"
}