mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-03 05:45:13 +00:00
| datasource | package | from | to | | --------------- | ----------------- | ------ | ------ | | github-releases | FreshRSS/FreshRSS | 1.25.0 | 1.26.0 |
19 lines
373 B
JSON
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": "^133.0.2",
|
|
"expect.js": "^0.3.1",
|
|
"mocha": "^11.1.0",
|
|
"selenium-webdriver": "^4.29.0",
|
|
"superagent": "^10.1.1"
|
|
}
|
|
}
|