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
Renovate Bot 88340ce812 chore(deps): update dependency minio/minio to release.2025-05-24t17-08-30z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-04-22T22-12-26Z | RELEASE.2025-05-24T17-08-30Z |
2025-05-24 23:20:02 +00:00

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