1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2026-04-23 19:33:45 +00:00
Files
gitea-app/test/package.json
Girish Ramakrishnan 14f1ea39ee test: use @cloudron scoped safetydance and superagent
Made-with: Cursor
2026-04-15 16:39:11 +02:00

19 lines
375 B
JSON

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^146.0.2",
"mocha": "^11.7.5",
"selenium-webdriver": "^4.41.0",
"@cloudron/superagent": "^10.3.0"
},
"type": "module"
}