@lbgm/phone-input
Version:
An Angular phone input module
44 lines • 1.11 kB
JSON
{
"name": "@lbgm/phone-input",
"version": "1.0.2-alpha",
"engines": {
"node": ">=14.18.3",
"npm": ">=6.14.15"
},
"peerDependencies": {
"@angular/common": "^12.2.0",
"@angular/core": "^12.2.0"
},
"dependencies": {
"tslib": "^2.3.0",
"libphonenumber-js": "^1.10.13"
},
"description": "An Angular phone input module",
"repository": {
"type": "git",
"url": "git+https://github.com/lbgm/phone-input.git"
},
"keywords": [
"angular",
"phone-input",
"phone-number-input",
"component",
"typescript",
"lbgm",
"angular material",
"angular material component"
],
"author": "@lbgm",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/lbgm/phone-input/issues"
},
"homepage": "https://github.com/lbgm/phone-input#readme",
"main": "bundles/lbgm-phone-input.umd.js",
"module": "fesm2015/lbgm-phone-input.js",
"es2015": "fesm2015/lbgm-phone-input.js",
"esm2015": "esm2015/lbgm-phone-input.js",
"fesm2015": "fesm2015/lbgm-phone-input.js",
"typings": "lbgm-phone-input.d.ts",
"sideEffects": false
}