mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2026-05-02 23:25:50 +00:00
a2a90e130b
Selenium Manager auto-detects the system ChromeDriver, making the chromedriver npm package unnecessary. Made-with: Cursor
19 lines
373 B
JSON
19 lines
373 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": {
|
|
"@eslint/js": "^9.37.0",
|
|
"mocha": "^11.7.4",
|
|
"selenium-webdriver": "^4.36.0",
|
|
"@cloudron/superagent": "^10.2.3"
|
|
},
|
|
"type": "module"
|
|
}
|