@cauca-911/input-validators
Version:
Run `npm install @cauca-911/input-validators` to add this library to your project
37 lines • 1.1 kB
JSON
{
"name": "@cauca-911/input-validators",
"version": "20.0.0",
"peerDependencies": {
"@angular/common": ">=20.1.3",
"@angular/core": ">=20.1.3",
"@angular/material": ">=20.1.3",
"@ngx-translate/core": ">=16.0.0",
"rxjs": ">=7.8.0"
},
"homepage": "https://cauca.ca",
"keywords": [
"CAUCA",
"cauca-input-validators",
"cauca-911/input-validators",
"input-validators"
],
"dependencies": {
"tslib": ">=2.6.2"
},
"license": "SEE LICENSE IN LICENSE",
"module": "fesm2022/cauca-911-input-validators.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/cauca-911-input-validators.mjs"
}
},
"sideEffects": false,
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with partial compilation mode, before attempting to publish.\\n')\" && exit 1"
}
}