| 1234567891011121314151617181920212223242526 |
- {
- "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"
- }
- }
|