{
  "name": "cypress-enterprise-commands",
  "version": "1.1.5",
  "description": "Reusable Cypress custom commands for enterprise web applications",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "scripts/install-commands.js",
    "postinstall.js",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "postinstall": "node ./postinstall.js"
  },
  "keywords": [
    "cypress",
    "custom-commands",
    "e2e",
    "testing",
    "angular",
    "test-automation",
    "automation testing",
    "automated testing",
    "e2e-testing",
    "cypress-testing",
    "report-generation",
    "mochawesome",
    "qa",
    "testing-tools"
  ],
  "author": "Mohamed Said Ibrahim",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/node": "^24.0.3",
    "cypress": "^14.5.0",
    "typescript": "^5.8.3"
  },
  "dependencies": {}
}
