{
  "name": "@cypress/webpack-preprocessor",
  "version": "4.1.5",
  "description": "Cypress preprocessor for bundling JavaScript via webpack",
  "private": false,
  "scripts": {
    "ban": "ban",
    "deps": "deps-ok && dependency-check --no-dev .",
    "license": "license-checker --production --onlyunknown --csv",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json .",
    "lint-fix": "yarn lint --fix",
    "secure": "nsp check",
    "semantic-release": "semantic-release",
    "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
    "pretest": "npm run lint",
    "test": "npm run test-unit && npm run test-e2e",
    "test-debug": "node --inspect --debug-brk ./node_modules/.bin/_mocha",
    "test-e2e": "mocha test/e2e/*.spec.js",
    "test-unit": "mocha test/unit/*.spec.js",
    "test-watch": "chokidar '*.js' 'test/unit/*.js' -c 'npm run test-unit'"
  },
  "dependencies": {
    "bluebird": "3.7.1",
    "debug": "4.1.1"
  },
  "devDependencies": {
    "@babel/core": "^7.0.1",
    "@babel/preset-env": "^7.0.0",
    "@cypress/eslint-plugin-dev": "5.0.0",
    "babel-loader": "^8.0.2",
    "ban-sensitive-files": "1.9.0",
    "chai": "4.1.2",
    "chalk": "3.0.0",
    "chokidar-cli": "1.2.0",
    "cypress": "4.0.2",
    "dependency-check": "2.9.1",
    "deps-ok": "1.2.1",
    "eslint": "6.8.0",
    "eslint-plugin-json-format": "2.0.1",
    "eslint-plugin-mocha": "4.11.0",
    "fast-glob": "3.1.1",
    "fs-extra": "8.1.0",
    "license-checker": "13.0.3",
    "mocha": "^7.1.0",
    "mockery": "2.1.0",
    "nsp": "2.7.0",
    "prettier-eslint-cli": "4.4.0",
    "semantic-release": "17.0.4",
    "sinon": "^9.0.0",
    "sinon-chai": "^3.5.0",
    "snap-shot-it": "7.9.2",
    "webpack": "4.42.1",
    "webpack-cli": "3.3.11"
  },
  "peerDependencies": {
    "webpack": "^4.18.1"
  },
  "files": [
    "*.js"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/cypress-io/cypress-webpack-preprocessor.git"
  },
  "homepage": "https://github.com/cypress-io/cypress-webpack-preprocessor#readme",
  "author": "Chris Breiding <chris@cypress.io>",
  "bugs": "https://github.com/cypress-io/cypress-webpack-preprocessor/issues",
  "keywords": [
    "cypress",
    "cypress-plugin",
    "cypress-preprocessor",
    "webpack"
  ],
  "optionalDependencies": {
    "@babel/core": "^7.0.1",
    "@babel/preset-env": "^7.0.0",
    "babel-loader": "^8.0.2"
  }
}
