| datasource | package | from | to | | --------------- | ------------------ | ------- | ------- | | github-releases | element-hq/synapse | 1.127.1 | 1.128.0 |
18 lines
344 B
JSON
18 lines
344 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": "^135.0.0",
|
|
"expect.js": "^0.3.1",
|
|
"mocha": "^11.1.0",
|
|
"selenium-webdriver": "^4.31.0"
|
|
}
|
|
}
|