mirror of
https://github.com/OliveTin/OliveTin
synced 2026-09-27 12:15:38 +00:00
27 lines
687 B
JSON
27 lines
687 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": {
|
|
"lint": "eslint tests lib scripts runner.mjs mochaSetup.mjs",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"test": "mocha tests --recursive -t 10000"
|
|
},
|
|
"author": "",
|
|
"license": "AGPL-3.0-only",
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"chai": "^6.2.2",
|
|
"eslint": "^10.10.0",
|
|
"globals": "^17.3.0",
|
|
"mocha": "^12.0.0",
|
|
"selenium-webdriver": "^4.49.0"
|
|
},
|
|
"dependencies": {
|
|
"wait-on": "^9.1.0"
|
|
}
|
|
}
|