mirror of
https://github.com/OliveTin/OliveTin
synced 2025-10-30 12:57:06 +00:00
23 lines
535 B
JSON
23 lines
535 B
JSON
{
|
|
"name": "olivetin-integration-tests",
|
|
"version": "1.0.0",
|
|
"repository": "https://github.com/OliveTin/OliveTin",
|
|
"description": "The integration-tests for OliveTin's webui.",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "AGPL-3.0-only",
|
|
"devDependencies": {
|
|
"chai": "^6.2.0",
|
|
"eslint": "^9.37.0",
|
|
"mocha": "^11.7.4",
|
|
"selenium-webdriver": "^4.36.0"
|
|
},
|
|
"dependencies": {
|
|
"wait-on": "^9.0.1"
|
|
}
|
|
}
|