{
  "name": "@cypress/webpack-batteries-included-preprocessor",
  "version": "4.2.0",
  "description": "Cypress preprocessor for bundling JavaScript via webpack with dependencies included and support for various ES features, TypeScript, and CoffeeScript",
  "private": false,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc || echo 'built, with errors'",
    "check-ts": "tsc --noEmit",
    "lint": "eslint",
    "test": "vitest run",
    "test-debug": "vitest --inspect-brk --no-file-parallelism --test-timeout=0"
  },
  "dependencies": {
    "@babel/core": "^7.28.0",
    "@babel/plugin-proposal-decorators": "^7.28.0",
    "@babel/plugin-transform-class-properties": "^7.27.1",
    "@babel/plugin-transform-object-rest-spread": "^7.28.0",
    "@babel/plugin-transform-runtime": "^7.28.0",
    "@babel/preset-env": "^7.28.0",
    "@babel/preset-react": "^7.27.1",
    "@babel/preset-typescript": "^7.27.1",
    "@babel/runtime": "^7.28.2",
    "babel-loader": "^10.0.0",
    "babel-plugin-add-module-exports": "^1.0.2",
    "babel-plugin-transform-typescript-metadata": "^0.4.0",
    "buffer": "^6.0.3",
    "coffee-loader": "^4.0.0",
    "coffeescript": "2.6.0",
    "debug": "^4.3.4",
    "get-tsconfig": "^4.10.0",
    "semver": "^7.7.3",
    "os-browserify": "^0.3.0",
    "path-browserify": "^1.0.1",
    "process": "^0.11.10",
    "stream-browserify": "^3.0.0",
    "ts-loader": "^9.5.7",
    "tsconfig-paths-webpack-plugin": "^4.2.0",
    "tsconfig-paths-webpack-plugin-v3": "npm:tsconfig-paths-webpack-plugin@^3.5.2",
    "webpack": "^5.88.2",
    "webpack-bundle-analyzer": "4.10.2"
  },
  "devDependencies": {
    "@cypress/webpack-preprocessor": "0.0.0-development",
    "@packages/eslint-config": "0.0.0-development",
    "@types/mocha": "^8.0.2",
    "@types/webpack": "^5.28.1",
    "eslint": "^9.31.0",
    "globals": "^15.12.0",
    "jiti": "^2.4.2",
    "react": "^16.13.1",
    "reflect-metadata": "^0.2.2",
    "typescript": "^6.0.0",
    "typescript-v5": "npm:typescript@~5.4.5",
    "typescript-v7": "npm:typescript@^7.0.0",
    "vitest": "^3.2.4"
  },
  "peerDependencies": {
    "@cypress/webpack-preprocessor": "^6.0.4"
  },
  "files": [
    "dist/*"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/cypress-io/cypress.git"
  },
  "homepage": "https://github.com/cypress-io/cypress/tree/develop/npm/webpack-batteries-included-preprocessor#readme",
  "bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20webpack-batteries-included-preprocessor&template=1-bug-report.md&title=",
  "keywords": [
    "cypress",
    "cypress-plugin",
    "cypress-preprocessor",
    "webpack"
  ],
  "lint-staged": {
    "**/*.{js,jsx,ts,tsx,json}": "eslint --fix"
  },
  "publishConfig": {
    "access": "public"
  },
  "nx": {}
}
