{
	"name": "db-hafas-stations-autocomplete",
	"description": "Search through stations of DB.",
	"version": "2.0.0",
	"main": "index.js",
	"files": [
		"index.js",
		"original-ids.json",
		"tokens.json",
		"scores.json",
		"weights.json",
		"nr-of-tokens.json",
		"example.js"
	],
	"keywords": [
		"db",
		"deutsche bahn",
		"hafas",
		"hafas-client",
		"stations",
		"autocomplete",
		"search",
		"public transport",
		"transit"
	],
	"author": "Jannis R <mail@jannisr.de>",
	"homepage": "https://github.com/derhuerst/db-hafas-stations-autocomplete",
	"repository": "derhuerst/db-hafas-stations-autocomplete",
	"bugs": "https://github.com/derhuerst/db-hafas-stations-autocomplete/issues",
	"license": "ISC",
	"engines": {
		"node": ">=16"
	},
	"dependencies": {
		"synchronous-autocomplete": "^2.0.0",
		"tokenize-db-station-name": "^3.0.0"
	},
	"devDependencies": {
		"cli-autocomplete": "^0.4.1",
		"db-hafas-stations": "^1.0.0",
		"eslint": "^8.6.0",
		"lodash.sortby": "^4.7.0"
	},
	"scripts": {
		"build": "node build.js",
		"lint": "eslint .",
		"test": "env NODE_ENV=dev node test.js",
		"prepublishOnly": "npm run lint && npm run build && npm test"
	}
}
