{
  "name": "datocms-plugin-dato-gpt",
  "description": "Use ChatGPT with a direct integration with your CMS.",
  "homepage": "https://github.com/marcelofinamorvieira/datocms-plugin-datogpt",
  "private": false,
  "version": "0.5.0",
  "author": "marcelofinamorvieira <marcelofinamorvieira@gmail.com>",
  "type": "module",
  "keywords": [
    "datocms-plugin"
  ],
  "datoCmsPlugin": {
    "title": "DatoGPT",
    "coverImage": "docs/cover-1200x800.png",
    "previewImage": "docs/preview.mp4",
    "entryPoint": "dist/index.html",
    "permissions": [
      "currentUserAccessToken"
    ]
  },
  "files": [
    "dist",
    "docs"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "preview": "vite preview",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@datocms/cma-client-browser": "^3.3.2",
    "classnames": "^2.5.1",
    "datocms-html-to-structured-text": "^4.0.1",
    "datocms-plugin-sdk": "^2.0.9",
    "datocms-react-ui": "^1.1.0",
    "framer-motion": "^11.2.9",
    "hast-util-from-dom": "^5.0.0",
    "locale-codes": "^1.3.1",
    "openai": "^4.47.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-icons": "^5.2.1",
    "react-lazy-load-image-component": "^1.6.2",
    "react-textarea-autosize": "^8.5.3"
  },
  "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"
  }
}
