{
  "name": "phonumber",
  "version": "1.0.12",
  "description": "Phone number parser. Good for formatting phone numbers entered by users.",
  "main": "dist/index.js",
  "types": "dist/main.d.ts",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "test": "jest"
  },
  "keywords": [
    "phonumber",
    "phone",
    "parser",
    "format",
    "international",
    "country"
  ],
  "author": "Alex Baretsky (https://github.com/barrsan)",
  "homepage": "https://github.com/barrsan/phonumber",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/barrsan/phonumber"
  },
  "bugs": {
    "url": "https://github.com/barrsan/phonumber/issues"
  },
  "devDependencies": {
    "@types/jest": "^28.1.8",
    "@typescript-eslint/eslint-plugin": "^5.34.0",
    "@typescript-eslint/parser": "^5.34.0",
    "eslint": "^8.22.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^28.1.3",
    "prettier": "^2.7.1",
    "ts-jest": "^28.0.8",
    "typescript": "^4.6.4",
    "vite": "^3.0.7",
    "vite-plugin-dts": "^1.4.1"
  }
}
