db-vendo-client/tools/debug-cli/package.json

15 lines
234 B
JSON
Raw Normal View History

2019-07-02 20:50:33 +02:00
{
"private": true,
"name": "debug-cli",
"version": "1.0.0",
2022-05-07 16:17:37 +02:00
"type": "module",
2019-07-02 20:50:33 +02:00
"bin": {
"hafas-client-debug-cli": "./cli.js"
},
"author": "Jannis R <mail@jannisr.de>",
"license": "ISC",
2023-04-25 00:32:45 +02:00
"engines": {
"node": ">=16.17"
2019-07-02 20:50:33 +02:00
}
}