{
  "name": "datocms-plugin-automatic-environment-backups",
  "homepage": "https://github.com/datocms/plugins/tree/master/automatic-environment-backups#readme",
  "version": "0.6.9",
  "author": "DatoCMS <support@datocms.com>",
  "description": "A plugin that creates daily and weekly backups of your main environment on DatoCMS automatically.",
  "keywords": [
    "datocms",
    "datocms-plugin",
    "backup",
    "environment",
    "automatic"
  ],
  "datoCmsPlugin": {
    "title": "Automatic environment backups",
    "previewImage": "docs/demo.jpeg",
    "coverImage": "docs/cover.png",
    "entryPoint": "build/index.html",
    "permissions": [
      "currentUserAccessToken"
    ]
  },
  "dependencies": {
    "@datocms/cma-client-browser": "^5.3.0",
    "@types/node": "^25.5.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "date-fns": "^4.1.0",
    "datocms-plugin-sdk": "^2.1.1",
    "datocms-react-ui": "^2.1.4",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "dev": "vite",
    "start": "npm run dev",
    "build": "vite build",
    "test": "npm run test:types && npm run test:unit",
    "test:types": "tsc --noEmit",
    "test:unit": "vitest run --passWithNoTests",
    "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": {
    "@vitejs/plugin-react": "^5.2.0",
    "cross-env": "^10.1.0",
    "vite": "^7.3.1",
    "vitest": "^4.1.2"
  },
  "overrides": {
    "datocms-react-ui": {
      "react-intersection-observer": "^9.16.0",
      "react": "$react",
      "react-dom": "$react-dom"
    }
  }
}
