{
  "name": "cc",
  "version": "3.0.1",
  "description": "Code style linter for C++ source files used in Node.js native addons",
  "author": "Lovell Fuller <npm@lovell.info>",
  "license": "Apache-2.0",
  "homepage": "https://github.com/lovell/cc",
  "repository": {
    "type": "git",
    "url": "https://github.com/lovell/cc.git"
  },
  "scripts": {
    "test": "prettier -l '**/*.js'"
  },
  "bin": {
    "cpplint": "./bin/cpplint.js"
  },
  "keywords": [
    "cc",
    "cpp",
    "cplusplus",
    "linter",
    "addon",
    "native"
  ],
  "dependencies": {
    "deglob": "^4.0.1",
    "pkg-conf": "^3.1.0",
    "python-shell": "^2.0.3"
  },
  "devDependencies": {
    "prettier": "^2.2.1"
  }
}
