package.json 825 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "npm-test",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "dependencies": {
  7. "@jc21/cypress-swagger-validation": "^0.3.1",
  8. "axios": "^1.7.7",
  9. "cypress": "^13.15.0",
  10. "cypress-multi-reporters": "^1.6.4",
  11. "cypress-wait-until": "^3.0.2",
  12. "eslint": "^9.12.0",
  13. "eslint-plugin-align-assignments": "^1.1.2",
  14. "eslint-plugin-chai-friendly": "^1.0.1",
  15. "eslint-plugin-cypress": "^3.5.0",
  16. "form-data": "^4.0.1",
  17. "lodash": "^4.17.21",
  18. "mocha": "^10.7.3",
  19. "mocha-junit-reporter": "^2.2.1"
  20. },
  21. "scripts": {
  22. "cypress": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress open --config-file=cypress/config/ci.js",
  23. "cypress:headless": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress run --config-file=cypress/config/ci.js"
  24. },
  25. "author": "",
  26. "license": "ISC"
  27. }