mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 14:49:36 +02:00
14 lines
237 B
JSON
14 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"
|
|
}
|
|
}
|