1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2026-03-14 08:43:26 +00:00
Files
syncthing-app/test/package.json
Renovate Bot 898d1391d6 chore(deps): update dependency syncthing/syncthing to v2.0.13
| datasource      | package             | from   | to     |
| --------------- | ------------------- | ------ | ------ |
| github-releases | syncthing/syncthing | 2.0.12 | 2.0.13 |
2026-01-07 07:21:26 +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": "^143.0.4",
"expect.js": "^0.3.1",
"mocha": "^11.7.5",
"selenium-webdriver": "^4.39.0"
}
}