mastodon-app/test/package.json

20 lines
369 B
JSON
Raw Normal View History

2019-07-18 00:16:01 +00:00
{
"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",
2023-01-06 15:01:33 +00:00
"mocha": "^10.2.0",
2023-03-17 11:46:36 +00:00
"selenium-webdriver": "^4.8.1"
2019-07-18 00:16:01 +00:00
},
"dependencies": {
2023-03-17 11:46:36 +00:00
"chromedriver": "^111.0.0"
2019-07-18 00:16:01 +00:00
}
}