{
  "name": "google-libphonenumber-full-ge-support",
  "version": "0.0.9",
  "description": "This is the fork version of Google's libphonenumber package for node.js. We have added additional Georgian phone number prefixes",
  "author": {
    "name": "Temuri Kitoshvili",
    "email": "temuri.kitoshvili.dev@gmail.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/TemuriK/google-libphonenumber-full-ge-support/",
  "repository": {
    "type": "git",
    "url": "https://github.com/TemuriK/google-libphonenumber-full-ge-support.git"
  },
  "main": "dist/libphonenumber.js",
  "keywords": [
    "browserify",
    "e164",
    "format",
    "formatting",
    "international",
    "libphonenumber",
    "number",
    "phone",
    "phonenumber",
    "rfc3966",
    "standardize",
    "wrapper",
    "georgianphonenumber",
    "georgian phonenumber",
    "georgianphonenumberformat",
    "georgian phonenumber format"
  ],
  "options": {
    "mocha": "--require should test"
  },
  "scripts": {
    "build": "sh bin/build.sh",
    "lint": "eslint src/index.js test",
    "prepare": "npm run build",
    "test": "npm run build && npm run testonly",
    "testonly": "mocha $npm_package_options_mocha",
    "update": "bin/update.sh",
    "version": "npm run build && git add -A dist"
  },
  "devDependencies": {
    "browserify": "^13.1.0",
    "eslint": "^7.13.0",
    "google-closure-compiler": "^20201102.0.1",
    "google-closure-library": "^20201006.0.0",
    "mocha": "^8.2.1",
    "should": "^11.1.0"
  },
  "engines": {
    "node": ">=0.10"
  },
  "sideEffects": false
}
