1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2026-04-22 10:53:57 +00:00
Files
freshrss-app/test/package.json
Girish Ramakrishnan dc29214e71 test: use @cloudron scoped safetydance and superagent
Made-with: Cursor
2026-04-15 16:39:11 +02:00

19 lines
376 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": "^144.0.0",
"mocha": "^11.7.5",
"selenium-webdriver": "^4.40.0",
"@cloudron/superagent": "^10.3.0"
},
"type": "module"
}