1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-08 02:15:11 +00:00
Files
minio-app/test/package.json
Renovate Bot 2d9ad57e0b chore(deps): update dependency minio/minio to release.2025-04-22t22-12-26z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-04-08T15-41-24Z | RELEASE.2025-04-22T22-12-26Z |
2025-04-22 23:19:40 +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.2",
"expect.js": "^0.3.1",
"mocha": "^11.1.0",
"selenium-webdriver": "^4.31.0",
"superagent": "^10.2.0"
}
}