{
  "name": "datocms-plugin-chat-gpt-ai-content-generator",
  "homepage": "https://github.com/voorhoede/datocms-plugin-chat-gpt",
  "version": "1.1.1",
  "description": "AI assistant to quickly generate realistic content based on keywords using ChatGPT v3 (OpenAI).",
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "start": "cross-env BROWSER='none' PUBLIC_URL='/' react-scripts start",
    "build": "cross-env PUBLIC_URL='.' react-scripts build",
    "test": "react-scripts test",
    "prettier": "prettier --write .",
    "pre-commit": "npm run prettier",
    "prepack": "npm run build",
    "prepare": "husky install",
    "postversion": "git push --follow-tags"
  },
  "dependencies": {
    "@types/node": "^20.10.4",
    "@types/react": "^18.2.45",
    "@types/react-dom": "^18.2.17",
    "datocms-plugin-sdk": "^1.0.0",
    "datocms-react-ui": "^1.0.0",
    "openai": "^4.22.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-final-form": "^6.5.9",
    "typescript": "^4.9.4"
  },
  "devDependencies": {
    "cross-env": "^7.0.3",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.0.1",
    "husky": "^8.0.3",
    "prettier": "^3.1.1",
    "react-scripts": "^5.0.1"
  },
  "files": [
    "build",
    "docs"
  ],
  "keywords": [
    "datocms",
    "datocms-plugin",
    "datocms-plugin-chat-gpt",
    "chat-gpt",
    "gpt-3",
    "gpt3",
    "openai",
    "openai-gpt",
    "openai-gpt-3",
    "openai-gpt3",
    "openai-gpt-3-plugin",
    "openai-gpt3-plugin",
    "openai-gpt-3-plugin-for-dato-cms",
    "openai-gpt3-plugin-for-dato-cms",
    "text",
    "text-generation",
    "text-generation-plugin",
    "ai-content-generator",
    "ai-content"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/voorhoede/datocms-plugin-chat-gpt.git"
  },
  "author": "Voorhoede",
  "license": "ISC",
  "datoCmsPlugin": {
    "title": "AI Content Generator",
    "previewImage": "docs/chat-gpt-ai-content-generator-generated-text.png",
    "coverImage": "docs/chat-gpt-ai-content-generator-cover.png",
    "entryPoint": "build/index.html"
  },
  "eslintConfig": {
    "plugins": [
      "prettier"
    ],
    "extends": [
      "react-app",
      "prettier"
    ],
    "rules": {
      "no-console": [
        "warn",
        {
          "allow": [
            "warn",
            "error"
          ]
        }
      ],
      "prettier/prettier": 1
    }
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
