UNPKG

mav-prices

Version:
50 lines (49 loc) 1.26 kB
{ "name": "mav-prices", "version": "0.7.0", "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/*", "example.js" ], "main": "lib/index.js", "exports": "./lib/index.js", "scripts": { "check-deps": "depcheck", "fix": "eslint --fix lib test.js example.js", "format": "prettier --write lib test.js example.js eslint.config.js", "lint": "eslint lib test.js example.js", "prepublishOnly": "npm run lint && npm run check-deps && npm test", "test": "node test.js | tap-min" }, "devDependencies": { "@eslint/js": "^10.0.1", "depcheck": "^1.4.7", "eslint": "^10.2.1", "globals": "^17.5.0", "is-roughly-equal": "^0.1.0", "mav-stations": "^0.6.0", "prettier": "3.5.3", "tap-min": "^3.0.0", "tape": "^5.9.0" }, "engines": { "node": ">=18" } }