UNPKG

ngx-iban

Version:

This Angular (7+) library consists of three parts:

46 lines 963 B
{ "name": "ngx-iban", "version": "20.1.0", "peerDependencies": { "@angular/common": "^20.0.0", "@angular/core": "^20.0.0", "@angular/forms": "^20.0.0", "ibantools": "^4.5.1" }, "dependencies": { "tslib": "^2.8.1" }, "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/mmjmanders/ngx-iban.git" }, "license": "MIT", "bugs": { "url": "https://github.com/mmjmanders/ngx-iban/issues" }, "author": { "name": "Mark Manders", "url": "https://github.com/mmjmanders", "email": "mmjmanders@gmail.com" }, "keywords": [ "angular", "iban", "directive" ], "engines": { "node": "^20.19.0 || ^22.12.0 || ^24.0.0" }, "module": "fesm2022/ngx-iban.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-iban.mjs" } } }