1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2026-04-22 10:53:57 +00:00
Files
freshrss-app/test/package.json
Girish Ramakrishnan 88bdd18e8f test: remove chromedriver dependency
Selenium Manager auto-detects the system ChromeDriver, making the
chromedriver npm package unnecessary.

Made-with: Cursor
2026-04-15 17:18:09 +02:00

18 lines
344 B
JSON

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"mocha": "^11.7.5",
"selenium-webdriver": "^4.40.0",
"@cloudron/superagent": "^10.3.0"
},
"type": "module"
}