LinuxBozo/codeclimate-eclint

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "codeclimate-eclint",
  "version": "0.0.1",
  "description": "eclint",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "bluebird": "^3.5.0",
    "eclint": "^2.0.1",
    "glob": "^7.1.1",
    "isbinaryfile": "^3.0.2",
    "sha.js": "^2.4.8",
    "vinyl": "^2.0.2",
    "snyk": "^1.69.6"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "^0.4.1",
    "mocha": "^3.3.0",
    "nyc": "^10.3.2"
  },
  "scripts": {
    "test": "nyc --reporter=lcov --reporter=text-summary --reporter=html mocha -gc test",
    "test.debug": "nyc --reporter=lcov-only --reporter=text-summary --reporter=html mocha -gc debug test",
    "codeclimate-coverage": "codeclimate-test-reporter < coverage/lcov.info",
    "snyk-protect": "snyk protect",
    "prepublish": "npm run snyk-protect"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/linuxbozo/codeclimate-eclint.git"
  },
  "author": "M. Adam Kendall",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/linuxbozo/codeclimate-eclint/issues"
  },
  "homepage": "https://github.com/linuxbozo/codeclimate-eclint#readme",
  "snyk": true
}