{
	"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": "^6.0"
	},
	"engines": {
		"node": ">=24"
	},
	"exports": "./cjs/length.js",
	"homepage": "https://it.rocks",
	"files": [
		"LICENSE",
		"README.md",
		"cjs",
		"!*.map"
	],
	"keywords": [
		"backend",
		"constraint",
		"decorator",
		"field",
		"fixed",
		"it.rocks",
		"decimals",
		"float",
		"length",
		"number",
		"numeric",
		"property",
		"string",
		"text",
		"validation"
	],
	"license": "ISC",
	"name": "@itrocks/length",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/itrocks-ts/length.git"
	},
	"scripts": {
		"build": "tsc"
	},
	"version": "0.2.2"
}
