{
  "name": "check-build",
  "version": "2.8.2",
  "description": "Check that your NodeJS project follow conventions, is well written, up to date and secure.",
  "bin": {
    "check-build": "bin/check-build"
  },
  "scripts": {
    "changelog": "github-changes --o $(node -p 'process.env.npm_package_repository_url.split(\"/\")[3];') --r $(node -p 'a=process.env.npm_package_repository_url.split(\"/\");a[a.length-1].split(\".\")[0]') --token $CHANGELOG_GITHUB_TOKEN_FG -f CHANGELOG.md",
    "changelog-git": "npm run changelog && git add CHANGELOG.md && git commit -m 'docs(changelog): updated' && git push origin master"
  },
  "main": "./src",
  "repository": {
    "type": "git",
    "url": "https://github.com/FGRibreau/check-build.git"
  },
  "author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FGRibreau/check-build/issues"
  },
  "homepage": "https://github.com/FGRibreau/check-build",
  "dependencies": {
    "async": "1.x.x",
    "bluebird": "^2.3.11",
    "buddy.js": "0.x.x",
    "david": "^6.1.2",
    "debug": "^2.2.0",
    "eslint": "^1.1.0",
    "eslint-plugin-react": "^3.2.3",
    "fixmyjs": "^1.0.2",
    "grunt": "^0.4.5",
    "jscs": "3.x.x",
    "jshint": "^2.5.6",
    "jshint-stylish": "2.0.1",
    "jsinspect": "0.x.x",
    "json5": "^0.4.0",
    "jsxhint": "^0.15.1",
    "lodash": "^3.0.1",
    "node-filepaths": "0.x.x",
    "nsp-jcare": "2.0.2",
    "plato": "^1.5.0",
    "requestretry": "^1.2.2",
    "shelljs": "0.x.x",
    "snyk-resolve": "^1.0.0",
    "strip-json-comments": "^1.0.2"
  },
  "devDependencies": {
    "github-changes": "^1.0.0"
  }
}
