{
  "name": "phone",
  "version": "3.1.72",
  "description": "With a given country and phone number, validate and format the phone number to E.164 standard",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=12"
  },
  "directories": {
    "lib": "./src/lib"
  },
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:update": "jest --updateSnapshot",
    "lint": "eslint .",
    "build": "rimraf ./dist && tsc",
    "pack:dry-run": "yarn build && npm pack --dry-run",
    "start:example": "yarn build && webpack serve --config ./example/webpack.config.js --progress",
    "dev": "yarn start:example",
    "prepublishOnly": "yarn build",
    "fix:numbers": "ts-node -P scripts/add-new-rules/tsconfig.json scripts/add-new-rules"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aftership/phone"
  },
  "bugs": {
    "url": "https://github.com/aftership/phone/issues"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.26.9",
    "@types/jest": "^30.0.0",
    "@types/node": "^26.2.0",
    "@types/papaparse": "^5.5.2",
    "babel-cli": "^6.26.0",
    "babel-loader": "^10.1.1",
    "babel-minify-webpack-plugin": "^0.3.1",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "dotenv": "^17.4.2",
    "eslint": "^10.8.1",
    "eslint-config-aftership": "^7.0.0",
    "eslint-plugin-import": "^2.32.0",
    "idempotent-babel-polyfill": "^7.4.4",
    "jest": "^30.4.2",
    "lodash": "^4.18.1",
    "papaparse": "^5.5.4",
    "rimraf": "^6.1.3",
    "ts-jest": "^29.4.12",
    "ts-node": "^10.9.2",
    "twilio": "^6.1.0",
    "typescript": "^5.9.3",
    "webpack": "^5.109.2",
    "webpack-cli": "^7.2.2",
    "webpack-dev-server": "^6.0.0"
  },
  "keywords": [
    "phone",
    "e.164"
  ],
  "author": "AfterShip",
  "license": "MIT",
  "dependencies": {}
}
