angular-iban
Version:
Angular directives and pipes for IBAN
40 lines (39 loc) • 844 B
JSON
{
"name": "angular-iban",
"version": "19.0.0",
"description": "Angular directives and pipes for IBAN",
"author": "fundsaccess AG",
"repository": {
"type": "git",
"url": "https://github.com/fundsaccess/angular-iban"
},
"homepage": "https://fundsaccess.github.io/angular-iban",
"keywords": [
"angular",
"iban",
"directive",
"pipe",
"typescript"
],
"peerDependencies": {
"@angular/common": "^19.x",
"@angular/core": "^19.x",
"iban": "0.0.14"
},
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2022/angular-iban.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/angular-iban.mjs"
}
},
"sideEffects": false
}