mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2025-01-03 12:58:42 +00:00
ce1c328a27
| datasource | package | from | to | | --------------- | -------------- | ------ | ------ | | github-releases | go-gitea/gitea | 1.22.3 | 1.22.4 |
18 lines
372 B
JSON
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"
|
|
}
|
|
}
|