{
  "name": "@applitools/testgenai-cypress",
  "version": "0.8.23",
  "description": "",
  "scripts": {
    "build": "NODE_ENV=production tsc",
    "build:dev": "NODE_ENV=development tsc",
    "test": "cypress run",
    "cy:open": "cypress open",
    "cy:open:dev": "copy .env.development ./dist/.env & cypress open",
    "semantic-release": "semantic-release",
    "build:standalone": "node ./pre-build.js && webpack --mode production && node ./post-build.js && npm run init-script:build",
    "build:standalone:dev": "node ./pre-build.js && webpack --mode development && node ./post-build.js",
    "send-test-report": "bongo report --verbose --report-id=$REPORT_ID --name=$REPORT_NAME --group=Preflight --result-path=$RESULT_PATH",
    "send-release-notification": "bongo send-release-notification --report-id=$REPORT_ID --name=$REPORT_NAME --release-version=$RELEASE_VERSION",
    "init-script:build": "rm -rf ./bin/init && mkdir -p ./bin/init && tsc -p install-script/script/tsconfig.json && mv install-script/script/init/* ./bin/init/ && chmod +x ./bin/init/index.js",
    "init-script:debug": "ts-node install-script/script/index.ts",
    "clean-reports": "node scripts/clean-junit-report.js"
  },
  "types": "./types/global/global.d.ts",
  "keywords": [
    "applitools",
    "test",
    "testgenai",
    "cypress"
  ],
  "author": "Applitools Team",
  "license": "ISC",
  "devDependencies": {
    "@applitools/bongo": "^5.10.0",
    "@babel/core": "^7.20.5",
    "@babel/plugin-proposal-optional-chaining": "^7.21.0",
    "@babel/preset-env": "^7.26.0",
    "@cypress/grep": "^3.1.5",
    "@types/cypress": "^1.1.3",
    "@types/faker": "^5.5.9",
    "@types/node": "^20.17.14",
    "babel-loader": "^8.2.5",
    "copy-webpack-plugin": "^6.4.1",
    "cypress": "^12.17.4",
    "semantic-release": "^19.0.2",
    "ts-loader": "^8.4.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5",
    "webpack": "^4.47.0",
    "webpack-cli": "^4.10.0",
    "xml2js": "^0.6.2"
  },
  "bin": {
    "init": "./bin/init/index.js"
  },
  "files": [
    "dist",
    "bin"
  ],
  "exports": {
    "./commands": {
      "import": "./dist/commands/index.js",
      "require": "./dist/commands/index.js"
    },
    "./dist/commands": {
      "import": "./dist/commands/index.js",
      "require": "./dist/commands/index.js"
    },
    "./tasks": {
      "import": "./dist/tasks/index.js",
      "require": "./dist/tasks/index.js"
    }
  },
  "dependencies": {
    "ts-morph": "^22.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  }
}
