mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 23:29:35 +02:00
14 lines
256 B
JSON
14 lines
256 B
JSON
{
|
|
"private": true,
|
|
"name": "endpoint-hci-version",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"bin": {
|
|
"hafas-client-endpoint-hci-version": "./cli.js"
|
|
},
|
|
"author": "Jannis R <mail@jannisr.de>",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16.17"
|
|
}
|
|
}
|