UNPKG

mocha-progress-reporter

Version:

Custom Mocha reporter with spinners and progress reporting ability

41 lines (40 loc) 1.06 kB
{ "name": "mocha-progress-reporter", "version": "1.1.3", "description": "Custom Mocha reporter with spinners and progress reporting ability", "main": "index.js", "scripts": { "start": "node ./node_modules/typescript/bin/tsc --build", "prepublishOnly": "npm start", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/ramtinsoltani/mocha-progress-reporter.git" }, "keywords": [ "mocha", "reporter", "test", "tests", "unit", "custom" ], "author": "Ramtin Soltani <ramtin@chiselpowered.com>", "license": "MIT", "bugs": { "url": "https://github.com/ramtinsoltani/mocha-progress-reporter/issues" }, "homepage": "https://github.com/ramtinsoltani/mocha-progress-reporter#readme", "dependencies": { "chalk": "^4.1.0", "mocha": "^8.2.1", "ora": "^5.3.0", "strip-ansi": "^6.0.0" }, "devDependencies": { "@types/mocha": "^8.2.0", "@types/node": "^14.14.25", "typescript": "^4.1.3" } }