{
  "name": "test",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "cypress": "npx cypress open",
    "cypress-e2e": "npx cypress run --e2e",
    "cypress:ci": "npx cypress run --headless",
    "cypress:misc": "cypress run --headless --spec 'cypress/e2e/spec/Misc/**/*'",
    "cypress:modular-pm-service": "cypress run --headless --spec 'cypress/e2e/spec/ModularPmService/**/*'",
    "cypress:payment-method-list": "cypress run --headless --spec 'cypress/e2e/spec/PaymentMethodList/**/*'",
    "cypress:payments": "node scripts/run-cypress.js payments",
    "cypress:payouts": "cypress run --headless --spec 'cypress/e2e/spec/Payout/**/*'",
    "cypress:platform": "cypress run --headless --spec 'cypress/e2e/spec/Platform/**/*'",
    "cypress:routing": "cypress run --headless --spec 'cypress/e2e/spec/Routing/**/*'",
    "cypress:specs": "node scripts/run-cypress.js",
    "report:generate": "node scripts/report-generator.js",
    "report:open": "open dashboard/index.html || start dashboard/index.html || xdg-open dashboard/index.html",
    "dashboard:serve": "node scripts/serve-dashboard.js",
    "mockserver": "npx tsx cypress/e2e/configs/mock-server/mockserver.ts",
    "build:ts": "tsc",
    "dashboard": "npm run dashboard:serve",
    "cypress:ci:report": "npm run cypress:ci && npm run report:generate",
    "build": "node scripts/build.js",
    "format": "prettier --config .prettierrc . --write",
    "format:check": "prettier --config .prettierrc . --check",
    "lint": "eslint ."
  },
  "author": "Hyperswitch",
  "license": "ISC",
  "dependencies": {
    "cors": "^2.8.5",
    "express": "^5.1.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.33.0",
    "@types/cors": "^2.8.19",
    "@types/express": "^5.0.3",
    "@types/node": "^24.2.1",
    "cypress": "^14.5.4",
    "cypress-mochawesome-reporter": "^4.0.2",
    "eslint": "^9.39.5",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-cypress": "^5.1.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-prettier": "^5.5.4",
    "globals": "^16.3.0",
    "jsqr": "^1.4.0",
    "prettier": "^3.9.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.39.1"
  },
  "optionalDependencies": {
    "fsevents": "^2.3.3"
  }
}
