{
  "name": "mav-prices",
  "version": "0.4.1",
  "type": "module",
  "description": "Find the cheapest fares using the MAV API.",
  "keywords": [
    "mav",
    "hungarian",
    "fare",
    "price",
    "offer",
    "railway",
    "train",
    "api"
  ],
  "homepage": "https://github.com/martinlangbecker/mav-prices",
  "bugs": "https://github.com/martinlangbecker/mav-prices/issues",
  "repository": "martinlangbecker/mav-prices",
  "license": "ISC",
  "author": "Martin Langbecker <martin.langbecker@gmail.com>",
  "files": [
    "lib/*"
  ],
  "main": "lib/index.js",
  "scripts": {
    "check-deps": "depcheck",
    "fix": "eslint --fix lib test.js",
    "lint": "eslint lib test.js",
    "prepublishOnly": "npm run lint && npm run check-deps",
    "test": "node test.js | tap-min"
  },
  "dependencies": {
    "fetch-ponyfill": "^7.1.0"
  },
  "devDependencies": {
    "depcheck": "1.4.3",
    "eslint": "^8.57.0",
    "is-roughly-equal": "^0.1.0",
    "mav-stations": "^0.3.2",
    "tap-min": "^3.0.0",
    "tape": "^5.8.1"
  },
  "engines": {
    "node": ">=19"
  }
}
