package.json 827 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "test",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "dependencies": {
  7. "@jc21/cypress-swagger-validation": "^0.2.6",
  8. "@jc21/restler": "^3.4.0",
  9. "chalk": "^4.1.0",
  10. "cypress": "^13.9.0",
  11. "cypress-multi-reporters": "^1.6.4",
  12. "cypress-wait-until": "^3.0.1",
  13. "eslint": "^9.3.0",
  14. "eslint-plugin-align-assignments": "^1.1.2",
  15. "eslint-plugin-chai-friendly": "^0.7.4",
  16. "eslint-plugin-cypress": "^3.2.0",
  17. "lodash": "^4.17.21",
  18. "mocha": "^10.4.0",
  19. "mocha-junit-reporter": "^2.2.1"
  20. },
  21. "scripts": {
  22. "cypress": "cypress open --config-file=cypress/config/dev.json --config baseUrl=${BASE_URL:-http://127.0.0.1:3081}",
  23. "cypress:headless": "cypress run --config-file=cypress/config/dev.json --config baseUrl=${BASE_URL:-http://127.0.0.1:3081}"
  24. },
  25. "author": "",
  26. "license": "ISC"
  27. }