{
  "name": "datocms-plugin-taxonomy-tree-selector",
  "description": "A plugin for DatoCMS that allows you to visualize a tree selector using the taxonomy of another model.",
  "homepage": "https://github.com/Maddie-Ree/datocms-plugins",
  "private": false,
  "version": "1.0.0",
  "author": "Madeleine Reehorst",
  "type": "module",
  "keywords": [
    "datocms-plugin",
    "taxonomy",
    "tree",
    "selector",
    "single-select",
    "hierarchical"
  ],
  "datoCmsPlugin": {
    "title": "Taxonomy Tree Selector",
    "entryPoint": "dist/index.html",
    "coverImage": "docs/cover.png",
    "previewImage": "docs/taxonomy_preview.mp4",
    "permissions": [],
    "parameters": {
      "global": [
        {
          "id": "apiToken",
          "label": "DatoCMS read-only API token",
          "type": "string",
          "required": true,
          "hint": "Enter your DatoCMS API token here to fetch the hierarchical tree data."
        }
      ]
    }
  },
  "files": [
    "dist",
    "docs"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "preview": "vite preview",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "datocms-plugin-sdk": "^2.0.11",
    "datocms-react-ui": "^2.0.9",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "typescript": "^4.0.0",
    "vite": "^2.0.0"
  },
  "devDependencies": {
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react": "^4.3.1",
    "@vitejs/plugin-react-refresh": "^1.3.6",
    "globals": "^15.9.0",
    "typescript": "^5.5.3",
    "vite": "^5.4.1"
  }
}
