prometheus-server-app/test/package.json

20 lines
370 B
JSON
Raw Normal View History

2020-12-11 05:27:08 +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",
2024-02-22 11:28:32 +00:00
"mocha": "^10.3.0",
"selenium-webdriver": "^4.18.1"
2020-12-11 05:27:08 +00:00
},
"dependencies": {
2024-03-19 15:03:49 +00:00
"chromedriver": "^122.0.6"
2020-12-11 05:27:08 +00:00
}
}