{
	"name": "oebb-hafas",
	"version": "5.0.0",
	"description": "JavaScript client for the ÖBB HAFAS API.",
	"keywords": [
		"oebb",
		"austria",
		"austrian",
		"railway",
		"public transport",
		"bahn",
		"hafas"
	],
	"homepage": "https://github.com/juliuste/oebb-hafas",
	"bugs": "https://github.com/juliuste/oebb-hafas/issues",
	"repository": "juliuste/oebb-hafas",
	"license": "ISC",
	"author": "Julius Tens <mail@juliustens.eu>",
	"main": "index.js",
	"files": [
		"index.js"
	],
	"scripts": {
		"prepare": "npm test",
		"test": "node example.js >/dev/null"
	},
	"dependencies": {
		"hafas-client": "^5.7.0"
	},
	"engines": {
		"node": ">=10"
	}
}
