{
  "name": "vorwahlen",
  "version": "0.2.24",
  "description": "Format phone numbers for better readability, usability.",
  "keywords": [
    "austrian",
    "french",
    "german",
    "international",
    "numbers",
    "phone",
    "swiss",
    "us",
    "vorwahlen"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/commenthol/vorwahlen.git"
  },
  "license": "MIT",
  "author": "commenthol",
  "main": "vorwahlen.js",
  "scripts": {
    "all": "npm run build && npm run lint && npm test",
    "build": "gulp",
    "lint": "eslint --fix build src test",
    "test": "mocha -R nyan test/*.js"
  },
  "dependencies": {},
  "devDependencies": {
    "eslint": "^7.32.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.1",
    "eslint-plugin-standard": "^5.0.0",
    "gulp": "^4.0.2",
    "gulp-preprocess": "^3.0.3",
    "gulp-rename": "^1.4.0",
    "gulp-uglify": "^3.0.2",
    "hashtree": "^0.7.0",
    "lodash": "^4.17.21",
    "mocha": "^9.1.3"
  }
}
