mastodon-app/test/package.json
2023-03-17 12:46:36 +01:00

20 lines
369 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.2.0",
"selenium-webdriver": "^4.8.1"
},
"dependencies": {
"chromedriver": "^111.0.0"
}
}