{
  "name": "adonis-phone-validator",
  "version": "0.3.0",
  "description": "Adonis phone validator",
  "main": "src/Validations.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "_mocha test",
    "lint": "standard",
    "lint:fix": "standard --fix",
    "precommit": "npm run test && lint-staged",
    "prepush": "npm run test && lint-staged"
  },
  "lint-staged": {
    "*.js": [
      "npm run lint:fix",
      "git add"
    ]
  },
  "author": "Evgeny Razumov (enniel)",
  "license": "MIT",
  "dependencies": {
    "indicative": "^3.0.0",
    "libphonenumber-js": "^0.4.13",
    "lodash": "^4.17.4"
  },
  "devDependencies": {
    "@adonisjs/fold": "^4.0.2",
    "@adonisjs/validator": "^4.0.3",
    "chai": "^4.0.2",
    "husky": "^0.13.4",
    "lint-staged": "^4.0.0",
    "mocha": "^3.4.2",
    "standard": "^10.0.2"
  },
  "standard": {
    "global": [
      "it",
      "describe"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/enniel/adonis-phone-validator.git"
  },
  "keywords": [
    "phone",
    "validation",
    "adonis"
  ],
  "bugs": {
    "url": "https://github.com/enniel/adonis-phone-validator/issues"
  },
  "homepage": "https://github.com/enniel/adonis-phone-validator#readme"
}
