package.json 831 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.0.9",
  8. "@jc21/restler": "^3.4.0",
  9. "chalk": "^4.1.0",
  10. "cypress": "^4.12.1",
  11. "cypress-multi-reporters": "^1.4.0",
  12. "cypress-plugin-retries": "^1.5.2",
  13. "eslint": "^7.6.0",
  14. "eslint-plugin-align-assignments": "^1.1.2",
  15. "eslint-plugin-chai-friendly": "^0.6.0",
  16. "eslint-plugin-cypress": "^2.11.1",
  17. "lodash": "^4.17.19",
  18. "mocha": "^8.1.1",
  19. "mocha-junit-reporter": "^2.0.0"
  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. }