{
  "name": "datocms-plugin-geographic-area",
  "description": "This DatoCMS plugin includes 2 fields for selecting a continent and one or more countries of the selected continent.",
  "homepage": "https://github.com/goodbase-studio/datocms-plugin-geographic-area",
  "private": false,
  "version": "1.0.2",
  "author": "goodbase <marcello@goodbase.studio>",
  "type": "module",
  "keywords": [
    "datocms-plugin",
    "continent",
    "country",
    "countries",
    "world"
  ],
  "datoCmsPlugin": {
    "title": "Geographic Area",
    "coverImage": "docs/cover-1200x800.png",
    "previewImage": "docs/preview.mp4",
    "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": "*",
    "datocms-react-ui": "*",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "devDependencies": {
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react": "^4.3.1",
    "globals": "^15.9.0",
    "prettier": "^3.8.1",
    "typescript": "^5.5.3",
    "vite": "^5.4.1"
  }
}
