db-stops-search
Version:
Search through all stops/stations known by Deutsche Bahn's HAFAS API.
50 lines (49 loc) • 996 B
JSON
{
"name": "db-stops-search",
"description": "Search through all stops/stations known by Deutsche Bahn's HAFAS API.",
"version": "1.1.0",
"type": "module",
"bin": {
"import-db-stops-into-meilisearch": "import.js"
},
"files": [
"import.js",
"index.js",
"lib",
"example.js"
],
"keywords": [
"deutsche bahn",
"db",
"rail",
"railway",
"stops",
"stations",
"search",
"fuzzy",
"typo",
"meilisearch"
],
"author": "Jannis R <mail@jannisr.de>",
"homepage": "https://github.com/derhuerst/db-stops-search",
"repository": "derhuerst/db-stops-search",
"bugs": "https://github.com/derhuerst/db-stops-search/issues",
"license": "ISC",
"engines": {
"node": ">=18"
},
"dependencies": {
"cross-fetch": "^3.1.5",
"db-clean-station-name": "^1.2.0",
"db-hafas-stations": "^1.0.0"
},
"devDependencies": {
"eslint": "^8.0.0"
},
"scripts": {
"build": "./import.js",
"test": "./test/index.sh",
"lint": "eslint .",
"prepublishOnly": "npm run lint"
}
}