{
  "name": "goong-map-react-plus",
  "description": "A fork of react-map-gl. React components for Goong JS",
  "version": "1.6.0",
  "keywords": [
    "goong",
    "goong-io",
    "goong-js",
    "react",
    "goong-map-react",
    "react goong"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/goong-io/goong-map-react.git"
  },
  "license": "MIT",
  "types": "src/index.d.ts",
  "main": "dist/es5/index.js",
  "module": "dist/esm/index.js",
  "esnext": "dist/es6/index.js",
  "browser": {
    "./src/utils/goongmap.js": "./src/utils/goongmap.browser.js",
    "./dist/es5/utils/goongmap.js": "./dist/es5/utils/goongmap.browser.js",
    "./dist/esm/utils/goongmap.js": "./dist/esm/utils/goongmap.browser.js",
    "./dist/es6/utils/goongmap.js": "./dist/es6/utils/goongmap.browser.js"
  },
  "files": [
    "src",
    "dist",
    "README.md"
  ],
  "scripts": {
    "typecheck": "tsc",
    "start": "(cd examples/controls && yarn && yarn start-local)",
    "bootstrap": "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true yarn && ocular-bootstrap",
    "clean": "ocular-clean",
    "build": "ocular-clean && ocular-build && npm run flowgen",
    "flowgen": "for i in $(find dist -type f -name \"*.d.ts\"); do sh -c \"flowgen $i -o ${i%.*.*}.js.flow\"; done;",
    "lint": "ocular-lint",
    "cover": "ocullar-test cover",
    "publish-prod": "ocular-publish prod",
    "publish-beta": "ocular-publish beta",
    "test": "tsc && ocular-test",
    "test-fast": "tsc && ocular-test node",
    "metrics": "ocular-metrics"
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "@types/geojson": "^7946.0.7",
    "@types/mapbox-gl": "^2.0.3",
    "@goongmaps/goong-js": "^1.0.8",
    "mjolnir.js": "^2.5.0",
    "prop-types": "^15.7.2",
    "resize-observer-polyfill": "^1.5.1",
    "viewport-mercator-project": "^7.0.3"
  },
  "devDependencies": {
    "@babel/plugin-proposal-class-properties": "^7.4.4",
    "@babel/polyfill": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.0.0",
    "@probe.gl/bench": "^3.2.1",
    "@probe.gl/test-utils": "^3.2.1",
    "@types/react": "^16.0.0",
    "@typescript-eslint/eslint-plugin": "^4.0.0",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.0",
    "coveralls": "^3.0.0",
    "eslint-config-uber-jsx": "^3.3.3",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-react": "^7.10",
    "flowgen": "^1.12.1",
    "immutable": "^3.8.2",
    "jsdom": "^15.0.0",
    "ocular-dev-tools": "^0.2.2",
    "pre-commit": "^1.2.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-test-renderer": "^16.3.0",
    "reify": "^0.18.1",
    "sinon": "4.1.3",
    "typescript": "^4.0.0"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "pre-commit": [
    "test-fast"
  ],
  "engines": {
    "node": ">= 4",
    "npm": ">= 3"
  }
}
