gitea-app/test/package.json
Renovate Bot ce1c328a27 chore(deps): update dependency go-gitea/gitea to v1.22.4
| datasource      | package        | from   | to     |
| --------------- | -------------- | ------ | ------ |
| github-releases | go-gitea/gitea | 1.22.3 | 1.22.4 |
2024-11-26 02:34:19 +00:00

18 lines
372 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": "^131.0.1",
"expect.js": "^0.3.1",
"mocha": "^10.8.2",
"selenium-webdriver": "^4.27.0",
"superagent": "^10.1.1"
}
}