UNPKG

cypress-terminal-report

Version:

Better terminal and file output for cypress test logs.

60 lines (59 loc) 1.31 kB
{ "name": "cypress-terminal-report", "version": "7.2.1", "description": "Better terminal and file output for cypress test logs.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "format": "npx prettier . --write", "format:check": "npx prettier . --check", "build": "tsc", "watch": "tsc --watch", "prepublishOnly": "npm run build" }, "engines": { "node": ">= 12" }, "repository": { "type": "git", "url": "git+https://github.com/archfz/cypress-terminal-report.git" }, "keywords": [ "terminal", "cli", "output", "info", "report", "cypress", "console", "logs" ], "author": "Fodor Zoltan", "standard": { "globals": [ "cy", "Cypress", "beforeEach", "afterEach" ] }, "license": "MIT", "bugs": { "url": "https://github.com/archfz/cypress-terminal-report/issues" }, "homepage": "https://github.com/archfz/cypress-terminal-report#readme", "dependencies": { "chalk": "^4.0.0", "compare-versions": "^6.1.1", "superstruct": "0.14.2" }, "peerDependencies": { "cypress": ">=10.0.0" }, "devDependencies": { "@types/node": "^22.5.5", "cypress": ">=10.0.0", "prettier": "^3.3.3", "typescript": "^5.6.2" } }