mirror of
https://git.cloudron.io/cloudron/syncthing-app
synced 2025-09-01 20:54:57 +00:00
| datasource | package | from | to | | --------------- | ------------------- | ------ | ------ | | github-releases | syncthing/syncthing | 1.29.7 | 1.30.0 |
18 lines
344 B
JSON
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": "^138.0.1",
|
|
"expect.js": "^0.3.1",
|
|
"mocha": "^11.7.1",
|
|
"selenium-webdriver": "^4.34.0"
|
|
}
|
|
}
|