Files
ChannelTests-TS/package.json
Alexander Zinn 1cf223fd85 Update dependencies and refactor page navigation logic
* Added `@wdio/cli` as a development dependency for improved test command handling.
* Refactored URL construction in the `Page` class to enhance clarity and maintainability.
* Updated import statements in `Subscribing.page.ts` for consistency and removed unnecessary options in the constructor.
2025-08-18 21:55:30 -04:00

25 lines
472 B
JSON

{
"name": "channeltests-3",
"version": "2025.0.0",
"type": "module",
"private": true,
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@eslint/js": "9.33.0",
"@types/bun": "latest",
"@wdio/cli": "9.19.1",
"globals": "16.3.0",
"typescript-eslint": "8.40.0"
},
"peerDependencies": {
"typescript": "5.9.8"
},
"dependencies": {
"commander": "14.0.0",
"eslint": "9.33.0"
}
}