Files
jamesread 7a327b133d
Build Snapshot / build-snapshot (push) Has been cancelled
Codestyle checks / codestyle (push) Has been cancelled
chore: dep update
2026-02-26 21:33:25 +00:00

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.2",
"eslint": "^9.15.0",
"mocha": "^11.7.5",
"selenium-webdriver": "^4.41.0"
},
"dependencies": {
"wait-on": "^9.0.4"
}
}