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 5e1370d29d chore(deps): update dependency minio/minio to release.2025-04-03t14-56-28z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-03-12T18-04-18Z | RELEASE.2025-04-03T14-56-28Z |
2025-04-03 23:19:34 +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": "^135.0.0",
"expect.js": "^0.3.1",
"mocha": "^11.1.0",
"selenium-webdriver": "^4.30.0",
"superagent": "^10.2.0"
}
}