1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-24 22:07:36 +00:00
Files
syncthing-app/test/package.json
Renovate Bot bddaade12e chore(deps): update dependency syncthing/syncthing to v2
| datasource      | package             | from   | to    |
| --------------- | ------------------- | ------ | ----- |
| github-releases | syncthing/syncthing | 1.30.0 | 2.0.0 |
2025-08-12 06:20:12 +00:00

18 lines
344 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": "^139.0.0",
"expect.js": "^0.3.1",
"mocha": "^11.7.1",
"selenium-webdriver": "^4.34.0"
}
}