{
  "name": "@opentripplanner/from-to-location-picker",
  "version": "4.1.0",
  "description": "Location Picker 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": {
    "flat": "^5.0.2",
    "@opentripplanner/location-icon": "^2.0.0"
  },
  "devDependencies": {
    "@opentripplanner/types": "^8.5.0"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-intl": "^6.8.4",
    "styled-components": "^5.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/opentripplanner/otp-ui.git"
  },
  "bugs": {
    "url": "https://github.com/opentripplanner/otp-ui/issues"
  },
  "gitHead": "644c72e0d08f8daf93b44eaf0deec88a1e16f414",
  "scripts": {
    "tsc": "tsc"
  }
}