UNPKG

2.43 kBJSONView Raw
1{
2 "name": "@cypress/webpack-preprocessor",
3 "version": "4.1.5",
4 "description": "Cypress preprocessor for bundling JavaScript via webpack",
5 "private": false,
6 "scripts": {
7 "ban": "ban",
8 "deps": "deps-ok && dependency-check --no-dev .",
9 "license": "license-checker --production --onlyunknown --csv",
10 "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json .",
11 "lint-fix": "yarn lint --fix",
12 "secure": "nsp check",
13 "semantic-release": "semantic-release",
14 "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
15 "pretest": "npm run lint",
16 "test": "npm run test-unit && npm run test-e2e",
17 "test-debug": "node --inspect --debug-brk ./node_modules/.bin/_mocha",
18 "test-e2e": "mocha test/e2e/*.spec.js",
19 "test-unit": "mocha test/unit/*.spec.js",
20 "test-watch": "chokidar '*.js' 'test/unit/*.js' -c 'npm run test-unit'"
21 },
22 "dependencies": {
23 "bluebird": "3.7.1",
24 "debug": "4.1.1"
25 },
26 "devDependencies": {
27 "@babel/core": "^7.0.1",
28 "@babel/preset-env": "^7.0.0",
29 "@cypress/eslint-plugin-dev": "5.0.0",
30 "babel-loader": "^8.0.2",
31 "ban-sensitive-files": "1.9.0",
32 "chai": "4.1.2",
33 "chalk": "3.0.0",
34 "chokidar-cli": "1.2.0",
35 "cypress": "4.0.2",
36 "dependency-check": "2.9.1",
37 "deps-ok": "1.2.1",
38 "eslint": "6.8.0",
39 "eslint-plugin-json-format": "2.0.1",
40 "eslint-plugin-mocha": "4.11.0",
41 "fast-glob": "3.1.1",
42 "fs-extra": "8.1.0",
43 "license-checker": "13.0.3",
44 "mocha": "^7.1.0",
45 "mockery": "2.1.0",
46 "nsp": "2.7.0",
47 "prettier-eslint-cli": "4.4.0",
48 "semantic-release": "17.0.4",
49 "sinon": "^9.0.0",
50 "sinon-chai": "^3.5.0",
51 "snap-shot-it": "7.9.2",
52 "webpack": "4.42.1",
53 "webpack-cli": "3.3.11"
54 },
55 "peerDependencies": {
56 "webpack": "^4.18.1"
57 },
58 "files": [
59 "*.js"
60 ],
61 "license": "MIT",
62 "repository": {
63 "type": "git",
64 "url": "https://github.com/cypress-io/cypress-webpack-preprocessor.git"
65 },
66 "homepage": "https://github.com/cypress-io/cypress-webpack-preprocessor#readme",
67 "author": "Chris Breiding <chris@cypress.io>",
68 "bugs": "https://github.com/cypress-io/cypress-webpack-preprocessor/issues",
69 "keywords": [
70 "cypress",
71 "cypress-plugin",
72 "cypress-preprocessor",
73 "webpack"
74 ],
75 "optionalDependencies": {
76 "@babel/core": "^7.0.1",
77 "@babel/preset-env": "^7.0.0",
78 "babel-loader": "^8.0.2"
79 }
80}