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