package.json 535 B

12345678910111213141516171819202122
  1. {
  2. "name": "olivetin-integration-tests",
  3. "version": "1.0.0",
  4. "repository": "https://github.com/OliveTin/OliveTin",
  5. "description": "The integration-tests for OliveTin's webui.",
  6. "main": "index.js",
  7. "type": "module",
  8. "scripts": {
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "author": "",
  12. "license": "AGPL-3.0-only",
  13. "devDependencies": {
  14. "chai": "^6.2.2",
  15. "eslint": "^10.0.2",
  16. "mocha": "^11.7.5",
  17. "selenium-webdriver": "^4.41.0"
  18. },
  19. "dependencies": {
  20. "wait-on": "^9.0.4"
  21. }
  22. }