1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-28 16:07:24 +00:00
Files
minio-app/test/package.json
Renovate Bot 4a81b58d6b chore(deps): update dependency minio/minio to release.2024-12-18t13-15-44z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2024-12-13T22-19-12Z | RELEASE.2024-12-18T13-15-44Z |
2024-12-20 00:20:10 +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": "^131.0.4",
"expect.js": "^0.3.1",
"mocha": "^11.0.1",
"selenium-webdriver": "^4.27.0",
"superagent": "^10.1.1"
}
}