mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-03 07:45:20 +00:00
| datasource | package | from | to | | --------------- | ----------- | ---------------------------- | ---------------------------- | | github-releases | minio/minio | RELEASE.2024-12-18T13-15-44Z | RELEASE.2025-01-18T00-31-37Z |
19 lines
373 B
JSON
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": "^132.0.0",
|
|
"expect.js": "^0.3.1",
|
|
"mocha": "^11.0.1",
|
|
"selenium-webdriver": "^4.27.0",
|
|
"superagent": "^10.1.1"
|
|
}
|
|
}
|