mastodon-app/test/package.json
2024-02-23 15:38:53 +01: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": "^10.3.0",
"selenium-webdriver": "^4.18.1"
},
"dependencies": {
"chromedriver": "^122.0.3"
}
}