1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-24 22:17:35 +00:00
Files
minio-app/test/package.json
Girish Ramakrishnan 1a8f99b140 attempt to fix tests
2025-06-02 17:58:24 +02:00

20 lines
402 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.28.0",
"chromedriver": "^136.0.3",
"expect.js": "^0.3.1",
"mocha": "^11.5.0",
"selenium-webdriver": "^4.33.0",
"superagent": "^10.2.1"
}
}