{
  "name": "cypress-craft",
  "version": "2.1.18",
  "description": "CypressCraft is an innovative extension built on top of Cypress (Cypress + Cucumber + POM)",
  "engines": {
    "node": ">=18"
  },
  "bin": {
    "cypress-craft": "./cli.js"
  },
  "scripts": {
    "start": "cypress open",
    "release:patch": "standard-version --release-as patch",
    "release:minor": "standard-version --release-as minor",
    "release:major": "standard-version --release-as major",
    "release:publish": "git push --follow-tags origin main && npm publish",
    "prepublishOnly": "node -e \"console.log('Skipping prepublish build; assets are built on-demand via CLI')\"",
    "pack-manager": "node cli.js pack-manager",
    "build-feature": "node cli.js build-testcase",
    "cli": "node cli.js",
    "generate-report": "node cli.js generate-report"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jasp402/Cypress-craft.git"
  },
  "keywords": [
    "js",
    "pom",
    "tools",
    "jas402",
    "cypress",
    "cucumber",
    "javascript",
    "cypress-craft",
    "pageObjectModel",
    "cypress-cucumber",
    "cypress-cucumber-preprocessor",
    "cypress-cucumber-preprocessor-v5"
  ],
  "author": {
    "name": "Jesús Antonio Pérez Sandoval",
    "email": "jasp402@gmail.com",
    "url": "https://jasp402.com/"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jasp402/Cypress-craft/issues"
  },
  "homepage": "https://github.com/jasp402/Cypress-craft#readme",
  "files": [
    "cli.js",
    "pack-manager/package.json",
    "pack-manager/backend/**",
    "pack-manager/frontend/**",
    "GherkinBuilder/package.json",
    "GherkinBuilder/server.js",
    "GherkinBuilder/database.js",
    "GherkinBuilder/src/**",
    "GherkinBuilder/index.html",
    "GherkinBuilder/vite.config.ts",
    "GherkinBuilder/tsconfig.json",
    "GherkinBuilder/tsconfig.node.json",
    "GherkinBuilder/tailwind.config.js",
    "GherkinBuilder/postcss.config.js",
    "GherkinBuilder/assets/**",
    "pack-manager/assets/**",
    "scripts/**",
    "cypress/**",
    "cypress.config.js",
    "README.md",
    "LICENSE",
    "webpack.config.js",
    ".cypress-cucumber-preprocessorrc.json"
  ],
  "workspaces": [
    "GherkinBuilder",
    "pack-manager"
  ],
  "dependencies": {
    "cypress": "^15.3.0",
    "@badeball/cypress-cucumber-preprocessor": "^23.2.0",
    "@cypress/webpack-preprocessor": "^7.0.1",
    "node-polyfill-webpack-plugin": "^4.1.0",
    "cypress-cucumber-report-features": "^2.1.3",
    "multiple-cucumber-html-reporter": "^3.5.0",
    "chalk": "^5.6.2",
    "cli-table3": "^0.6.5",
    "commander": "^14.0.1",
    "fs-extra": "^11.2.0",
    "inquirer": "^12.9.6",
    "open": "^10.0.0",
    "process": "^0.11.10",
    "semver": "^7.7.2",
    "buffer": "^6.0.3",
    "util": "^0.12.5"
  },
  "overrides": {
    "glob": "^11.0.3"
  }
}
