UNPKG

cucumber-pretty

Version:
33 lines (32 loc) 733 B
{ "name": "cucumber-pretty", "version": "6.0.1", "description": "Cucumber.js Pretty Formatter", "repository": "https://github.com/kozhevnikov/cucumber-pretty", "author": "Ilya Kozhevnikov <git@kozhevnikov.com>", "license": "MIT", "main": "index.js", "files": [ "index.js" ], "scripts": { "lint": "eslint .", "test": "mocha" }, "dependencies": { "cli-table3": "^0.6.0", "colors": "^1.4.0", "figures": "^3.2.0" }, "peerDependencies": { "cucumber": ">=6.0.0 <7.0.0" }, "devDependencies": { "cucumber": "^6.0.5", "eslint": "^8.4.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.25.3", "mocha": "^9.1.3", "should": "^13.2.3" } }