{
  "name": "mui-tel-input",
  "description": "A phone number input designed for the React library MUI built with libphonenumber-js",
  "author": "Victor de la Fouchardiere <victor.delafouchardiere@gmail.com> (https://github.com/viclafouch)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/viclafouch/mui-tel-input/issues"
  },
  "homepage": "https://viclafouch.github.io/mui-tel-input",
  "version": "5.1.2",
  "files": [
    "dist"
  ],
  "main": "./dist/mui-tel-input.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/mui-tel-input.es.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/mui-tel-input.es.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/viclafouch/mui-tel-input.git"
  },
  "keywords": [
    "react",
    "phone",
    "typescript",
    "format",
    "number",
    "input",
    "telephone",
    "mui",
    "javascript",
    "tel",
    "material"
  ],
  "scripts": {
    "build": "vite build",
    "lint": "tsc && eslint . --ext .js,.jsx,.ts,.tsx",
    "lint:fix": "npm run lint -- --fix",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "test": "vitest",
    "release": "standard-version",
    "coverage": "vitest run --coverage",
    "prepare": "husky install"
  },
  "standard-version": {
    "scripts": {
      "prerelease": "npm run build"
    },
    "skip": {
      "changelog": true
    }
  },
  "sideEffects": false,
  "peerDependencies": {
    "@emotion/react": "^11.5.0",
    "@emotion/styled": "^11.3.0",
    "@mui/material": "^5.0.0",
    "@types/react": "^18.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "dependencies": {
    "@types/node": "^20.11.17",
    "libphonenumber-js": "^1.10.55"
  },
  "devDependencies": {
    "@babel/core": "^7.23.9",
    "@emotion/react": "^11.11.3",
    "@emotion/styled": "^11.11.0",
    "@mui/material": "^5.15.10",
    "@storybook/addon-actions": "^7.6.15",
    "@storybook/addon-essentials": "^7.6.15",
    "@storybook/addon-interactions": "^7.6.15",
    "@storybook/addon-links": "^7.6.15",
    "@storybook/react": "^7.6.15",
    "@storybook/react-vite": "^7.6.15",
    "@storybook/testing-library": "^0.2.2",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^14.2.1",
    "@testing-library/user-event": "^14.5.2",
    "@types/react": "^18.2.55",
    "@viclafouch/eslint-config-viclafouch": "^4.6.0",
    "@vitejs/plugin-react": "^4.2.1",
    "babel-loader": "^9.1.3",
    "eslint": "^8.56.0",
    "husky": "^9.0.11",
    "jsdom": "^24.0.0",
    "prettier": "^3.2.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "standard-version": "^9.5.0",
    "storybook": "^7.6.15",
    "typescript": "^5.3.3",
    "vite": "^5.1.1",
    "vite-aliases": "^0.11.5",
    "vite-plugin-dts": "^3.7.2",
    "vitest": "^1.2.2"
  }
}
