1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-03 05:45:13 +00:00
Files
freshrss-app/test/package.json
Renovate Bot ca2eecb0fb chore(deps): update dependency freshrss/freshrss to v1.26.0
| datasource      | package           | from   | to     |
| --------------- | ----------------- | ------ | ------ |
| github-releases | FreshRSS/FreshRSS | 1.25.0 | 1.26.0 |
2025-02-23 16:07:07 +00:00

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"
}
}