{
	"name": "vbb-hafas",
	"description": "JavaScript client for the VBB HAFAS API.",
	"version": "8.0.1",
	"main": "index.js",
	"type": "module",
	"files": [
		"index.js",
		"throttle.js",
		"retry.js",
		"example.js",
		"lib"
	],
	"author": "Jannis R <mail@jannisr.de>",
	"homepage": "https://github.com/public-transport/vbb-hafas/tree/8",
	"repository": "public-transport/vbb-hafas",
	"bugs": "https://github.com/public-transport/vbb-hafas/issues",
	"license": "ISC",
	"keywords": [
		"vbb",
		"bvg",
		"berlin",
		"brandenburg",
		"public transport",
		"transit",
		"hafas",
		"hafas-client"
	],
	"engines": {
		"node": ">=18"
	},
	"dependencies": {
		"hafas-client": "^6.0.0",
		"merged-vbb-stations": "^2.0.0",
		"vbb-change-positions": "github:derhuerst/vbb-change-positions#2.0.0-alpha.1",
		"vbb-line-colors": "^1.0.2"
	},
	"devDependencies": {
		"eslint": "^8.28.0",
		"vbb-stations": "^8.3.1"
	},
	"scripts": {
		"lint": "eslint .",
		"smoke-test": "env NODE_ENV=dev node example.js >/dev/null",
		"test": "node test/add-transfer-info.js",
		"prepublishOnly": "npm run lint && npm test && npm run smoke-test"
	}
}
