{ "name": "@cypress/webpack-preprocessor", "version": "0.0.0-development", "description": "Cypress preprocessor for bundling JavaScript via webpack", "private": false, "main": "dist", "scripts": { "build": "rimraf dist && tsc || echo 'built, with errors'", "deps": "deps-ok && dependency-check --no-dev .", "secure": "nsp check", "semantic-release": "semantic-release", "size": "npm pack --dry", "test": "node ./scripts/test-webpack-5.js", "test-debug": "node --inspect --debug-brk ./node_modules/.bin/_mocha", "test-e2e": "mocha test/e2e/*.spec.*", "test-unit": "mocha test/unit/*.spec.*", "test-watch": "yarn test-unit & chokidar '**/*.(js|ts)' 'test/unit/*.(js|ts)' -c 'yarn test-unit'", "check-ts": "tsc --noEmit", "watch": "rimraf dist && tsc --watch", "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, ." }, "dependencies": { "bluebird": "3.7.1", "debug": "^4.3.4", "lodash": "^4.17.20" }, "peerDependencies": { "@babel/core": "^7.0.1", "@babel/preset-env": "^7.0.0", "babel-loader": "^8.3 || ^9", "webpack": "^4 || ^5" }, "files": [ "dist" ], "types": "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-preprocessor#readme", "bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Fwebpack-preprocessor&template=1-bug-report.md&title=", "keywords": [ "cypress", "cypress-plugin", "cypress-preprocessor", "webpack" ], "nx": { "targets": { "build": { "dependsOn": [ "!@cypress/react18:build" ], "outputs": [ "{projectRoot}/dist" ] } } } }