libphonenumber-geo-carrier
Version:
This library includes the geocoding, carrier mapping and timezone mapping functionalities that are available in some of googles libphonenumber libraries but not in libphonenumber-js (a port of libphonenumber).
70 lines (69 loc) • 1.84 kB
JSON
{
"name": "libphonenumber-geo-carrier",
"version": "2.0.0",
"description": "This library includes the geocoding, carrier mapping and timezone mapping functionalities that are available in some of googles libphonenumber libraries but not in libphonenumber-js (a port of libphonenumber).",
"main": "lib/index.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"resources"
],
"author": "Martin Mende",
"license": "MIT",
"scripts": {
"build": "rimraf lib .rollup-tmp && tsc -p tsconfig.build.json && rollup -c rollup.config.build.mjs && rimraf .rollup-tmp",
"watch": "node tools/watch.js",
"prepublishOnly": "npm run build",
"preparemetadata": "rimraf resources && node tools/prepare.js && rimraf resources/libphonenumber",
"test": "jest"
},
"devDependencies": {
"@types/bson": "4.0.5",
"@types/jest": "30.0.0",
"@types/node": "25.5.0",
"@types/shelljs": "0.10.0",
"jest": "30.3.0",
"libphonenumber-js": "1.12.40",
"prettier": "3.8.1",
"rimraf": "6.1.3",
"rollup": "^4.60.0",
"rollup-plugin-typescript2": "0.36.0",
"shelljs": "0.10.0",
"ts-jest": "29.4.6",
"tslib": "2.8.1",
"typescript": "6.0.2"
},
"dependencies": {
"bson": "7.2.0"
},
"peerDependencies": {
"libphonenumber-js": "1.12.31"
},
"repository": {
"type": "git",
"url": "https://github.com/mmende/libphonenumber-geo-carrier"
},
"bugs": {
"url": "https://github.com/mmende/libphonenumber-geo-carrier/issues"
},
"keywords": [
"telephone",
"phone",
"number",
"geo",
"geocode",
"location",
"carrier",
"timezone",
"timezones",
"international",
"libphonenumber"
],
"directories": {
"example": "examples"
},
"exports": {
".": "./lib/index.js"
}
}