{
  "name": "@urbica/react-map-gl-cluster",
  "version": "0.2.0",
  "description": "React Cluster Component for Mapbox GL JS",
  "author": "Stepan Kuzmin <to.stepan.kuzmin@gmail.com> (stepankuzmin.com)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/urbica/react-map-gl-cluster.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/react-map-gl-cluster.cjs.js",
  "module": "dist/react-map-gl-cluster.esm.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "styleguidist server",
    "lint": "eslint src",
    "test": "jest test",
    "test:coverage": "jest test --coverage && codecov",
    "flow": "flow check",
    "flow:coverage": "flow-coverage-report -i 'src/**/*.js' -x 'src/setupTests.js' -x 'src/__mocks__/*' -x 'src/**/*.test.js' -t html",
    "build": "rollup -c",
    "build:watch": "rollup -c -w",
    "format": "prettier-eslint --write \"src/**/*.js\"",
    "cz": "git-cz",
    "release": "npm run build && standard-version",
    "prepublishOnly": "npm run build",
    "styleguide:build": "styleguidist build",
    "styleguide:deploy": "gh-pages -m 'auto commit [ci skip]' -d styleguide",
    "postpublish": "npm run styleguide:build && npm run styleguide:deploy"
  },
  "peerDependencies": {
    "@urbica/react-map-gl": "^1.0.0-alpha",
    "supercluster": "^6.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.6.4",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-transform-spread": "^7.6.2",
    "@babel/preset-env": "^7.6.3",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.6.3",
    "@turf/random": "^6.0.2",
    "@urbica/react-map-gl": "^1.12.1",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^8.0.6",
    "codecov": "^3.6.1",
    "commitizen": "^4.0.3",
    "css-loader": "^3.2.0",
    "cz-conventional-changelog": "^3.0.2",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.15.1",
    "eslint": "^6.5.1",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-prettier": "^6.4.0",
    "eslint-plugin-flowtype": "^4.3.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.16.0",
    "flow-bin": "^0.108.0",
    "flow-coverage-report": "^0.6.1",
    "flow-remove-types": "^2.110.1",
    "gh-pages": "^2.1.1",
    "husky": "^3.0.9",
    "jest": "^24.9.0",
    "lint-staged": "^9.4.2",
    "mapbox-gl": "^1.4.1",
    "prettier": "^1.18.2",
    "prettier-eslint": "^9.0.0",
    "prettier-eslint-cli": "^5.0.0",
    "react": "^16.11.0",
    "react-dom": "^16.11.0",
    "react-styleguidist": "^9.2.0",
    "rollup": "^1.25.2",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^5.1.2",
    "standard-version": "^7.0.0",
    "style-loader": "^1.0.0",
    "supercluster": "^6.0.2",
    "webpack": "^4.41.2"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "jest": {
    "setupFiles": [
      "<rootDir>/src/setupTests.js"
    ]
  },
  "lint-staged": {
    "*.js": [
      "prettier-eslint --write",
      "npm run lint",
      "jest --findRelatedTests",
      "git add"
    ]
  }
}
