Files
synapse-app-mas/test/package.json
Johannes Zellner 404f794d10 Bump version
2022-10-29 06:59:44 +02:00

20 lines
422 B
JSON

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^107.0.1",
"expect.js": "^0.3.1",
"mocha": "^10.1.0",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^4.5.0",
"superagent": "^8.0.3"
}
}