@narik/custom-validators
Version:
Framework to create angular application
40 lines • 910 B
JSON
{
"name": "@narik/custom-validators",
"version": "13.0.0",
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0"
},
"dependencies": {
"tslib": "^2.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NarikMe/narik-custom-validators"
},
"homepage": "http://narik.me",
"license": "MIT",
"description": "Framework to create angular application",
"keywords": [
"angular",
"Narik",
"validators",
"validation"
],
"publishConfig": {
"registry": "https://registry.npmjs.com/"
},
"module": "fesm2022/narik-custom-validators.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/narik-custom-validators.mjs"
}
},
"sideEffects": false
}