1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-10-05 18:37:03 +00:00
Files
syncthing-app/test/package.json
Johannes Zellner eb13771fd7 Update test deps
2024-04-09 12:56:17 +02:00

19 lines
372 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": "^123.0.2",
"expect.js": "^0.3.1",
"mocha": "^10.4.0",
"selenium-webdriver": "^4.19.0",
"superagent": "^8.1.2"
}
}