@cypress/code-coverage
Version:
Saves the code coverage collected during Cypress tests
86 lines (85 loc) • 2.46 kB
JSON
{
"name": "@cypress/code-coverage",
"version": "3.14.0",
"description": "Saves the code coverage collected during Cypress tests",
"main": "index.js",
"scripts": {
"start": "parcel serve cypress/index.html",
"coverage:verify": "npx nyc report --check-coverage true --lines 80",
"cy:open": "cypress open",
"dev": "start-test 1234 cy:open",
"semantic-release": "semantic-release",
"test": "start-test 1234 'npx cypress run'",
"report:coverage": "nyc report --reporter=html",
"dev:no:coverage": "start-test 1234 'cypress open --env coverage=false'",
"format": "prettier --write '*.js'",
"format:check": "prettier --check '*.js'",
"check:markdown": "find *.md -exec npx markdown-link-check {} \\;",
"effective:config": "circleci config process .circleci/config.yml | sed /^#/d"
},
"peerDependencies": {
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.3 || ^9",
"cypress": "*",
"webpack": "^4 || ^5"
},
"repository": {
"type": "git",
"url": "https://github.com/cypress-io/code-coverage.git"
},
"keywords": [
"cypress",
"istanbul",
"cypress-plugin",
"code",
"coverage"
],
"author": "Cypress <hello@cypress.io> (http://www.cypress.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cypress-io/code-coverage/issues"
},
"homepage": "https://github.com/cypress-io/code-coverage#readme",
"files": [
"*.d.ts",
"*.js",
"middleware"
],
"publishConfig": {
"access": "public"
},
"private": false,
"dependencies": {
"@cypress/webpack-preprocessor": "^6.0.0",
"chalk": "4.1.2",
"dayjs": "1.11.13",
"debug": "4.4.0",
"execa": "4.1.0",
"globby": "11.1.0",
"istanbul-lib-coverage": "^3.0.0",
"js-yaml": "4.1.0",
"nyc": "15.1.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.11",
"@cypress/code-coverage": "file:.",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "6.1.1",
"check-code-coverage": "1.10.5",
"console-log-div": "0.6.3",
"cypress": "^13.1.0",
"express": "^4.18.2",
"lodash": "4.17.21",
"markdown-link-check": "3.13.6",
"parcel-bundler": "1.12.5",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"semantic-release": "17.4.7",
"serve": "14.2.4",
"start-server-and-test": "2.0.10",
"webpack": "^5.68.0",
"webpack-cli": "^5.1.4"
}
}