{
  "name": "datocms-plugin-manual-geolocation",
  "version": "0.2.3",
  "private": false,
  "homepage": "https://github.com/idrm/datocms-plugin-manual-geolocation",
  "description": "Allows manually setting the coordinates (latitude and longitude) of geolocation fields",
  "license": "MIT",
  "keywords": [
    "datocms-plugin"
  ],
  "dependencies": {
    "@types/node": "^16.11.11",
    "@types/react": "^17.0.37",
    "@types/react-dom": "^17.0.11",
    "datocms-plugin-sdk": "^0.3.10",
    "datocms-react-ui": "^0.3.18",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-scripts": "4.0.3",
    "typescript": "^4.5.2"
  },
  "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": "Manual geolocation",
    "coverImage": "docs/latlong.png",
    "entryPoint": "build/index.html",
    "permissions": []
  },
  "files": [
    "build/*"
  ]
}
