console-log-checker
Version:
javascript console.log checker for your commits
46 lines (45 loc) • 1.01 kB
JSON
{
"name": "console-log-checker",
"version": "1.0.7",
"description": "javascript console.log checker for your commits",
"main": "./bin/index.js",
"bin": {
"console-log-checker": "bin/index.js"
},
"scripts": {
"test": "node bin",
"log-check": "node bin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raelbr/console-log-checker.git"
},
"public": true,
"keywords": [
"debug",
"debugging",
"console.log",
"lint",
"husky",
"commit",
"git"
],
"author": {
"name": "Rael Benassato Riolino",
"url": "https://github.com/raelbr"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/raelbr/console-log-checker/issues"
},
"homepage": "https://github.com/raelbr/console-log-checker#readme",
"dependencies": {
"colors": "^1.4.0",
"esm": "^3.2.25",
"execa": "^5.0.0"
},
"devDependencies": {
"enzyme": "^3.11.0",
"jest": "^26.6.3"
}
}