{
  "name": "gopdx",
  "version": "0.1.25",
  "description": "Command-line Portland, Oregon bus and light rail arrival tracker",
  "main": "index.js",
  "scripts": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dangrmous/gopdx"
  },
  "keywords": [
    "Tri-Met",
    "trimet",
    "Portland",
    "light",
    "rail",
    "bus",
    "tracker",
    "Oregon",
    "PDX",
    "pdx",
    "MAX",
    "max",
    "schedule",
    "arrival",
    "arrivals",
    "light rail",
    "lightrail",
    "pdxbus",
    "public",
    "transportation"
  ],
  "author": "Geoffrey D. Unger",
  "license": "Creative Commons",
  "bugs": {
    "url": "https://github.com/dangrmous/gopdx/issues"
  },
  "homepage": "https://github.com/dangrmous/gopdx",
  "dependencies": {
    "@inquirer/prompts": "^7.2.1",
    "chalk": "^0.5.1",
    "js-md5": "^0.1.3",
    "moment": "^2.8.4",
    "q": "^1.1.2",
    "semver": "^7.6.3"
  },
  "preferGlobal": true,
  "bin": {
    "gopdx": "index.js"
  }
}
