package.json 652 B

12345678910111213141516171819202122232425
  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-plugin-retries": "^1.5.2",
  12. "eslint": "^7.6.0",
  13. "eslint-plugin-align-assignments": "^1.1.2",
  14. "eslint-plugin-chai-friendly": "^0.6.0",
  15. "eslint-plugin-cypress": "^2.11.1",
  16. "lodash": "^4.17.19",
  17. "mocha": "^8.1.1",
  18. "mocha-junit-reporter": "^2.0.0"
  19. },
  20. "scripts": {
  21. "cypress": "cypress open --config-file=cypress/config/dev.json --config baseUrl=http://127.0.0.1:3081"
  22. },
  23. "author": "",
  24. "license": "ISC"
  25. }