{
  "name": "@opentripplanner/core-utils",
  "version": "16.0.4",
  "description": "Core functionality that is shared among numerous UI components",
  "engines": {
    "node": ">=13"
  },
  "main": "lib/index.js",
  "module": "esm/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/opentripplanner/otp-ui.git"
  },
  "author": "Evan Siroky",
  "license": "MIT",
  "private": false,
  "dependencies": {
    "@conveyal/lonlat": "^1.4.1",
    "@mapbox/polyline": "^1.1.1",
    "@styled-icons/foundation": "^10.34.0",
    "@turf/along": "^7.3.1",
    "chroma-js": "^3.2.0",
    "date-fns": "^3.6.0",
    "date-fns-tz": "^3.2.0",
    "graphql": "^16.6.0",
    "lodash.clonedeep": "^4.5.0",
    "qs": "^6.9.1",
    "@opentripplanner/geocoder": "^3.1.1"
  },
  "gitHead": "0af1b7cda60bd4252b219dcf893e01c2acb2ed5d",
  "devDependencies": {
    "@types/chroma-js": "^3.1.2",
    "@types/mapbox__polyline": "^1.0.5",
    "@opentripplanner/types": "^8.4.0"
  },
  "scripts": {
    "tsc": "tsc"
  }
}