mirror of
https://github.com/OliveTin/OliveTin
synced 2026-05-04 05:00:36 +00:00
0dad134e00
Bumps [wait-on](https://github.com/jeffbski/wait-on) from 9.0.4 to 9.0.5. - [Release notes](https://github.com/jeffbski/wait-on/releases) - [Commits](https://github.com/jeffbski/wait-on/compare/v9.0.4...v9.0.5) --- updated-dependencies: - dependency-name: wait-on dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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.2",
|
|
"eslint": "^10.1.0",
|
|
"mocha": "^11.7.5",
|
|
"selenium-webdriver": "^4.41.0"
|
|
},
|
|
"dependencies": {
|
|
"wait-on": "^9.0.5"
|
|
}
|
|
}
|