{
  "name": "datocms-plugin-sidebar-schedule-publish",
  "description": "Allow scheduling the publish/unpublish by the date fields of a modelApiKey.",
  "version": "0.1.3",
  "homepage": "https://github.com/cadiazo/datocms-plugin-sidebar-schedule-publish#readme",
  "files": [
    "build",
    "docs"
  ],
  "keywords": [
    "datocms-plugin",
    "sidebar",
    "schedule publish"
  ],
  "dependencies": {
    "@datocms/cma-client": "^1.0.1",
    "@types/node": "^16.11.27",
    "@types/react": "^17.0.44",
    "@types/react-dom": "^17.0.15",
    "datocms-plugin-sdk": "^0.5.2",
    "datocms-react-ui": "^0.5.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-scripts": "5.0.1",
    "typescript": "^4.6.3",
    "luxon": "^2.5.0"
  },
  "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",
    "@types/luxon": "^2.3.1"
  },
  "datoCmsPlugin": {
    "title": "Sidebar Schedule Publish",
    "previewImage": "docs/preview.gif",
    "coverImage": "docs/cover.png",
    "entryPoint": "build/index.html",
    "permissions": ["currentUserAccessToken"]
  }
}
