mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-12-22 23:26:32 +00:00
b37adcbcba
| datasource | package | from | to | | --------------- | -------------- | ------ | ------ | | github-releases | go-gitea/gitea | 1.22.4 | 1.22.5 |
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.3",
|
|
"expect.js": "^0.3.1",
|
|
"mocha": "^11.0.1",
|
|
"selenium-webdriver": "^4.27.0",
|
|
"superagent": "^10.1.1"
|
|
}
|
|
}
|