@itrocks/range
Version:
A property decorator to specify min-max value ranges, date, numeric or string-based
52 lines (51 loc) • 898 B
JSON
{
"author": {
"name": "Baptiste Pillot",
"email": "baptiste@pillot.fr"
},
"dependencies": {
"@itrocks/class-type": "latest",
"@itrocks/decorator": "latest"
},
"description": "A property decorator to specify min-max value ranges, date, numeric or string-based",
"devDependencies": {
"typescript": "~5.8"
},
"engines": {
"node": ">=18"
},
"exports": "./cjs/range.js",
"homepage": "https://it.rocks",
"files": [
"LICENSE",
"README.md",
"cjs/*",
"!*.map"
],
"keywords": [
"backend",
"decorator",
"it.rocks",
"max",
"maximal",
"maximum",
"min",
"minimal",
"minimum",
"property",
"range",
"validate",
"validation"
],
"license": "ISC",
"name": "@itrocks/range",
"repository": {
"type": "git",
"url": "git+https://github.com/itrocks-ts/range.git"
},
"scripts": {
"build": "tsc"
},
"types": "./cjs/range.d.ts",
"version": "0.0.6"
}