{
  "name": "datocms-plugin-cloudinary-picker",
  "version": "0.1.9",
  "private": false,
  "dependencies": {
    "@cloudinary/react": "^1.4.0",
    "@cloudinary/url-gen": "^1.8.0",
    "@types/node": "^16.11.27",
    "@types/react": "^17.0.44",
    "@types/react-dom": "^18.0.3",
    "cloudinary-react": "^1.7.2",
    "datocms-plugin-sdk": "^0.5.2",
    "datocms-react-ui": "^0.5.2",
    "image-focus": "^1.2.0",
    "lodash.get": "^4.4.2",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-final-form": "^6.5.9",
    "react-scripts": "5.0.1",
    "typescript": "^4.6.3"
  },
  "scripts": {
    "start": "cross-env BROWSER='none' PUBLIC_URL='/' react-scripts start",
    "build": "cross-env PUBLIC_URL='.' react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "build",
    "docs"
  ],
  "eslintConfig": {
    "extends": [
      "react-app"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "cross-env": "^7.0.3"
  },
  "homepage": "https://github.com/jimmirbn/datocms-cloudinary-picker#readme",
  "description": "A plugin that turns a JSON field into a Cloudinary picker",
  "keywords": [
    "datocms-plugin",
    "datocms-plugin-cloudinary",
    "cloudinary",
    "image-focus"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jimmirbn/datocms-cloudinary-picker.git"
  },
  "url": "https://github.com/jimmirbn/datocms-cloudinary-picker/issues",
  "datoCmsPlugin": {
    "title": "Cloudinary picker",
    "previewImage": "docs/demo.mp4",
    "coverImage": "docs/cover.png",
    "entryPoint": "build/index.html"
  }
}
