{
  "name": "ethiopian-phone",
  "version": "1.4.6",
  "description": "Set of helper utilities to validate, parse and format Ethiopian phone numbers.",
  "main": "src/index.js",
  "scripts": {
    "build": "webpack --mode=production",
    "test": "nyc --reporter=html --reporter=text mocha",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "author": "Michael Tsegaye <Michaeltsegaye00@gmail.com>",
  "keywords": [
    "Phone Number",
    "Telephone",
    "Validation",
    "Ethiopia",
    "Mobile Phone"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/miketsg/ethiopian-phone"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/preset-env": "^7.12.7",
    "babel-loader": "^8.2.2",
    "coveralls": "^3.1.0",
    "eslint": "^7.14.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "mocha": "^8.2.1",
    "nyc": "^15.1.0",
    "webpack": "^5.9.0",
    "webpack-cli": "^4.2.0"
  }
}
