angular-cc-library
Version:
angular credit card library
44 lines (43 loc) • 1.08 kB
JSON
{
"name": "angular-cc-library",
"version": "3.4.0",
"description": "angular credit card library",
"keywords": [
"angular",
"validate",
"validation",
"credit card",
"credit card format"
],
"author": "nogorilla <gabriel.smith010@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thekip/angular-cc-library/issues"
},
"homepage": "https://github.com/thekip/angular-cc-library#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/thekip/angular-cc-library.git"
},
"dependencies": {
"tslib": "^2.4.1"
},
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0"
},
"module": "fesm2022/angular-cc-library.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/angular-cc-library.mjs",
"esm": "./esm2022/angular-cc-library.mjs",
"default": "./fesm2022/angular-cc-library.mjs"
}
},
"sideEffects": false
}