mastodon-app/test/package.json
Renovate Bot b5c47870b0 chore(deps): update dependency tootsuite/mastodon to v4.3.4
| datasource      | package            | from  | to    |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.3.3 | 4.3.4 |
2025-02-28 00:20:24 +00:00

19 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.1.0",
"selenium-webdriver": "^4.29.0"
},
"dependencies": {
"chromedriver": "^133.0.3"
}
}