{
	"name": "vbb-stations-autocomplete",
	"description": "Search for stations of VBB.",
	"version": "4.24.0",
	"main": "index.js",
	"files": [
		"index.js",
		"original-ids.json",
		"tokens.json",
		"scores.json",
		"weights.json",
		"nr-of-tokens.json",
		"lib"
	],
	"keywords": [
		"vbb",
		"stations",
		"autocomplete",
		"search",
		"berlin",
		"public transport",
		"open data"
	],
	"author": "Jannis R <mail@jannisr.de>",
	"homepage": "https://github.com/derhuerst/vbb-stations-autocomplete",
	"repository": "git://github.com/derhuerst/vbb-stations-autocomplete.git",
	"license": "ISC",
	"engines": {
		"node": ">=16"
	},
	"dependencies": {
		"normalize-vbb-station-name-for-search": "^1.0.1",
		"synchronous-autocomplete": "^2.3.0",
		"vbb-tokenize-station": "^0.3.0"
	},
	"devDependencies": {
		"benchmark": "^2.1.3",
		"cli-autocomplete": "^0.4.1",
		"eslint": "^8.8.0",
		"lodash.sortby": "^4.7.0",
		"tap-min": "^2.0.0",
		"tape": "^5.0.0",
		"vbb-common-places": "^2.0.0",
		"vbb-stations": "^8.0.0"
	},
	"scripts": {
		"lint": "eslint .",
		"build": "node ./build.js",
		"test": "node test.js | tap-min",
		"benchmark": "node benchmark.js",
		"prepublishOnly": "npm run lint && npm run build && npm test"
	}
}
