{
  "name": "@opentripplanner/base-map",
  "version": "7.0.1",
  "description": "Base Map Component",
  "author": "@binh-dam-ibigroup",
  "homepage": "https://github.com/opentripplanner/otp-ui/#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "private": false,
  "dependencies": {
    "maplibre-gl": "^5.6.1",
    "react-map-gl": "^8.0.4",
    "@opentripplanner/building-blocks": "^3.1.1"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "styled-components": "^5.3.0",
    "@opentripplanner/types": "^8.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/opentripplanner/otp-ui.git"
  },
  "bugs": {
    "url": "https://github.com/opentripplanner/otp-ui/issues"
  },
  "gitHead": "0af1b7cda60bd4252b219dcf893e01c2acb2ed5d",
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "tsc": "tsc"
  }
}