UNPKG

2.72 kBJSONView Raw
1{
2 "name": "@cypress/webpack-preprocessor",
3 "version": "5.12.2",
4 "description": "Cypress preprocessor for bundling JavaScript via webpack",
5 "private": false,
6 "main": "dist",
7 "scripts": {
8 "build": "rimraf dist && tsc || echo 'built, with errors'",
9 "build-prod": "yarn build",
10 "deps": "deps-ok && dependency-check --no-dev .",
11 "secure": "nsp check",
12 "semantic-release": "semantic-release",
13 "size": "npm pack --dry",
14 "test": "node ./scripts/test-webpack-5.js",
15 "test-debug": "node --inspect --debug-brk ./node_modules/.bin/_mocha",
16 "test-e2e": "mocha test/e2e/*.spec.*",
17 "test-unit": "mocha test/unit/*.spec.*",
18 "test-watch": "yarn test-unit & chokidar '**/*.(js|ts)' 'test/unit/*.(js|ts)' -c 'yarn test-unit'",
19 "check-ts": "tsc --noEmit",
20 "watch": "yarn build --watch"
21 },
22 "dependencies": {
23 "bluebird": "3.7.1",
24 "debug": "^4.3.2",
25 "lodash": "^4.17.20"
26 },
27 "devDependencies": {
28 "@babel/core": "^7.0.1",
29 "@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
30 "@babel/preset-env": "^7.0.0",
31 "@fellow/eslint-plugin-coffee": "0.4.13",
32 "@types/mocha": "9.0.0",
33 "@types/webpack": "^4.41.12",
34 "@typescript-eslint/eslint-plugin": "^4.18.0",
35 "@typescript-eslint/parser": "^4.18.0",
36 "babel-loader": "^8.0.2",
37 "chai": "4.1.2",
38 "chalk": "3.0.0",
39 "chokidar-cli": "2.1.0",
40 "cypress": "0.0.0-development",
41 "dependency-check": "2.9.1",
42 "deps-ok": "1.2.1",
43 "eslint": "7.22.0",
44 "eslint-plugin-cypress": "2.11.2",
45 "eslint-plugin-json-format": "2.0.1",
46 "eslint-plugin-mocha": "8.1.0",
47 "fast-glob": "3.1.1",
48 "find-webpack": "1.5.0",
49 "fs-extra": "9.1.0",
50 "mocha": "^7.1.0",
51 "mockery": "2.1.0",
52 "proxyquire": "2.1.3",
53 "react": "16.13.1",
54 "react-dom": "16.13.1",
55 "react-scripts": "3.2",
56 "rimraf": "3.0.2",
57 "semantic-release": "19.0.3",
58 "sinon": "^9.0.0",
59 "sinon-chai": "^3.5.0",
60 "snap-shot-it": "7.9.2",
61 "ts-node": "^10.2.1",
62 "webpack": "^4.44.2"
63 },
64 "peerDependencies": {
65 "@babel/core": "^7.0.1",
66 "@babel/preset-env": "^7.0.0",
67 "babel-loader": "^8.0.2",
68 "webpack": "^4 || ^5"
69 },
70 "files": [
71 "dist"
72 ],
73 "types": "dist",
74 "license": "MIT",
75 "repository": {
76 "type": "git",
77 "url": "https://github.com/cypress-io/cypress.git"
78 },
79 "homepage": "https://github.com/cypress-io/cypress/tree/master/npm/webpack-preprocessor#readme",
80 "bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Fwebpack-preprocessor&template=1-bug-report.md&title=",
81 "keywords": [
82 "cypress",
83 "cypress-plugin",
84 "cypress-preprocessor",
85 "webpack"
86 ]
87}