{
  "name": "datocms-plugin-custom-sidebar-button",
  "version": "0.1.4",
  "homepage": "https://github.com/chailandau/datocms-plugin-sidebar-button",
  "description": "A DatoCMS plugin that adds a link or webhook button to the sidebar.",
  "keywords": [
    "datocms-plugin"
  ],
  "private": false,
  "dependencies": {
    "@types/node": "^18.19.39",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "datocms-plugin-sdk": "^1.1.0",
    "datocms-react-ui": "^1.1.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-final-form": "^6.5.9",
    "react-scripts": "5.0.1",
    "typescript": "^4.9.5"
  },
  "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"
  },
  "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"
  },
  "datoCmsPlugin": {
    "title": "Sidebar Button",
    "previewImage": "public/thumb.webp",
    "coverImage": "public/thumb.webp",
    "entryPoint": "build/index.html",
    "permissions": []
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chailandau/datocms-plugin-sidebar-button.git"
  },
  "author": "Chai Landau",
  "bugs": {
    "url": "https://github.com/chailandau/datocms-plugin-sidebar-button/issues"
  }
}
