Files
mastodon-app/test/package.json
Renovate Bot 44b6c0e459 chore(deps): update dependency tootsuite/mastodon to v4.3.8
| datasource      | package            | from  | to    |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.3.7 | 4.3.8 |
2025-05-06 14:34:39 +00:00

20 lines
370 B
JSON

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^11.2.2",
"selenium-webdriver": "^4.32.0"
},
"dependencies": {
"chromedriver": "^136.0.0"
}
}