@barecheck/scanner
Version:
Barecheck scanner to run static code analysis
54 lines (53 loc) • 1.31 kB
JSON
{
"name": "@barecheck/scanner",
"version": "0.0.2",
"description": "Barecheck scanner to run static code analysis",
"main": "src/index.js",
"bin": {
"bcheck": "./bcheck.js"
},
"dependencies": {
"@jscpd/core": "^3.3.17",
"@jscpd/finder": "^3.3.26",
"@jscpd/tokenizer": "^3.3.24",
"chalk": "^4.1.1",
"commander": "^8.0.0"
},
"devDependencies": {
"chai": "^4.3.4",
"eslint": "^7.30.0",
"eslint-config-barecheck-base": "^0.5.0",
"mocha": "^9.0.2",
"nyc": "^15.1.0",
"prettier": "^2.3.2",
"proxyquire": "^2.1.3",
"sinon": "^11.1.1"
},
"scripts": {
"lint": "eslint --max-warnings=0 .",
"format": "prettier --write .",
"test": "mocha --recursive tests",
"coverage": "nyc yarn test",
"format-check": "prettier --check .",
"check-all": "yarn format-check && yarn lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barecheck/barecheck-cli.git"
},
"keywords": [
"code",
"quality",
"analyzis",
"code duplication",
"code coverage",
"static code analizis",
"CI"
],
"author": "Barecheck",
"license": "ISC",
"bugs": {
"url": "https://github.com/barecheck/barecheck-cli/issues"
},
"homepage": "https://github.com/barecheck/barecheck-cli#readme"
}