* Introduced `CommandLine` class for handling command line options and arguments * Added `TestConfiguration` class to manage application credentials and URIs * Implemented example usage for generating command line arguments from a configuration object * Updated `package.json` to include `commander` dependency * Removed unused `TestRunner` class and created a new `TestRunner` for executing tests with command line options * Adjusted logging level type to use lowercase values for consistency
18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"name": "channeltests-3",
|
|
"version": "2025.0.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "5.9.8"
|
|
},
|
|
"dependencies": {
|
|
"@techniker-me/pcast-api": "2025.0.2",
|
|
"@techniker-me/rtmp-push": "2025.0.2",
|
|
"commander": "14.0.0"
|
|
}
|
|
}
|