1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-28 07:57:25 +00:00
Files
minio-app/test/package.json
Girish Ramakrishnan 7ec1c63a02 Update test packages
2024-09-23 23:23:06 +02: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": "^129.0.0",
"expect.js": "^0.3.1",
"mocha": "^10.7.3",
"selenium-webdriver": "^4.25.0",
"superagent": "^10.1.0"
}
}