1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-10-17 08:25:23 +00:00
Files
minio-app/test/package.json
Renovate Bot f18b12a5ab chore(deps): update dependency minio/minio to release.2025-10-15t17-29-55z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-09-07T16-13-09Z | RELEASE.2025-10-15T17-29-55Z |
2025-10-16 23:19:28 +00: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.37.0",
"chromedriver": "^141.0.3",
"expect.js": "^0.3.1",
"mocha": "^11.7.4",
"selenium-webdriver": "^4.36.0",
"superagent": "^10.2.3"
}
}