{
  "name": "datocms-plugin-spreadsheet-record-exporter",
  "license": "GPL-3.0-or-later",
  "version": "0.0.3",
  "private": false,
  "homepage": "https://github.com/chailandau/datocms-plugin-spreadsheet-record-exporter",
  "description": "A plugin that allows you to export records as a spreadsheet via your project's DatoCMS Dashboard.",
  "keywords": [
    "datocms-plugin"
  ],
  "datoCmsPlugin": {
    "title": "Spreadsheet Record Exporter",
    "coverImage": "public/cover.png",
    "entryPoint": "build/index.html",
    "permissions": [
      "currentUserAccessToken"
    ]
  },
  "dependencies": {
    "@datocms/cma-client-browser": "^1.2.9",
    "axios": "^1.4.0",
    "datocms-plugin-sdk": "^0.7.4",
    "datocms-react-ui": "^0.7.4",
    "jszip": "^3.10.1",
    "node-sass": "^7.0.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "5.0.1",
    "xlsx": "^0.18.5"
  },
  "scripts": {
    "start": "cross-env BROWSER='none' PUBLIC_URL='/' react-scripts start",
    "build": "cross-env PUBLIC_URL='.' react-scripts 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": {
    "@types/node": "^18.15.11",
    "@types/react": "^18.0.32",
    "@types/react-dom": "^18.0.11",
    "@typescript-eslint/eslint-plugin": "^5.59.9",
    "@typescript-eslint/parser": "^5.59.9",
    "cross-env": "^7.0.3",
    "eslint": "^8.42.0",
    "eslint-plugin-import": "^2.27.5",
    "typescript": "^4.9.5"
  },
  "main": "index.js",
  "directories": {
    "doc": "docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chailandau/datocms-plugin-spreadsheet-record-exporter.git"
  },
  "author": "Chai Landau",
  "bugs": {
    "url": "https://github.com/chailandau/datocms-plugin-spreadsheet-record-exporter/issues"
  }
}
