{
  "name": "datocms-plugin-phone-number",
  "description": "A powerful DatoCMS plugin that transforms standard fields into smart phone number inputs with country code selection. Validates and formats numbers according to international standards while providing flexible output options (text or JSON) to seamlessly integrate with your development workflow.",
  "homepage": "https://github.com/voorhoede/datocms-plugin-phonenumber.git",
  "private": false,
  "version": "1.1.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/voorhoede/datocms-plugin-phone-number.git"
  },
  "author": "Voorhoede",
  "license": "ISC",
  "type": "module",
  "keywords": [
    "datocms",
    "datocms-plugin",
    "custom",
    "phone",
    "number",
    "phone-number",
    "languages",
    "verification",
    "string",
    "json"
  ],
  "datoCmsPlugin": {
    "title": "Phone Number",
    "coverImage": "docs/cover.png",
    "previewImage": "docs/preview.gif",
    "entryPoint": "dist/index.html",
    "permissions": []
  },
  "files": [
    "dist",
    "docs"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "preview": "vite preview",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "datocms-plugin-sdk": "^2.0.9",
    "datocms-react-ui": "^2.0.9",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-phone-number-input": "^3.4.11"
  },
  "devDependencies": {
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react": "^4.3.1",
    "globals": "^15.9.0",
    "typescript": "^5.5.3",
    "vite": "^5.4.1"
  }
}
