db-vendo-client/tools/endpoint-hci-version/package.json

15 lines
256 B
JSON
Raw Normal View History

{
"private": true,
"name": "endpoint-hci-version",
"version": "1.0.0",
2022-05-07 16:17:37 +02:00
"type": "module",
"bin": {
"hafas-client-endpoint-hci-version": "./cli.js"
},
"author": "Jannis R <mail@jannisr.de>",
"license": "ISC",
"engines": {
"node": ">=16.17"
}
}