{
	"name": "lio-tdi-client",
	"description": "A client for LIO Traveller Data Interface (TDI) endpoints with caching support.",
	"version": "0.2.0",
	"main": "index.js",
	"files": [
		"index.js",
		"observe.js",
		"pbf",
		"lib",
		"example.js"
	],
	"keywords": [
		"trepeze",
		"lio",
		"tdi",
		"protobuf",
		"public transport",
		"transit"
	],
	"author": "Jannis R <mail@jannisr.de>",
	"homepage": "https://github.com/derhuerst/lio-tdi-client",
	"repository": "derhuerst/lio-tdi-client",
	"bugs": "https://github.com/derhuerst/lio-tdi-client/issues",
	"license": "ISC",
	"engines": {
		"node": ">=12"
	},
	"dependencies": {
		"content-type": "^1.0.4",
		"fetch-ponyfill": "^6.1.1"
	},
	"devDependencies": {
		"eslint": "^7.3.0",
		"protobufjs": "^6.10.1",
		"tap-min": "^2.0.0",
		"tape": "^5.0.0"
	},
	"scripts": {
		"build": "./build.sh",
		"test": "env NODE_ENV=dev node test.js | tap-min",
		"lint": "eslint .",
		"prepublishOnly": "npm run lint"
	}
}
