UNPKG

console-tourist

Version:

This script provides to analyze console error on your website.

36 lines (35 loc) 784 B
{ "name": "console-tourist", "version": "1.2.0", "description": "This script provides to analyze console error on your website.", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/recepkizilarslan/console-tourist" }, "keywords":[ "crawler", "crawling", "crawling-tool", "console-log", "error-monitoring", "error-reporting", "qa-tools", "qa-automation" ], "author": "RecepKizilarslan", "license": "MIT", "dependencies": { "assert": "^2.0.0", "chalk": "^4.1.0", "install": "^0.13.0", "puppeteer": "^5.3.1", "winston": "^3.3.3" }, "devDependencies": { "mocha": "^8.1.3" } }