{
  "name": "repoir",
  "version": "0.1.0",
  "description": "If your repo needs a checkup, you should probably repoir it",
  "bin": {
    "repoir": "./bin/repoir.js"
  },
  "scripts": {
    "build": "babel src --out-dir dist --ignore spec.js,test.js",
    "build:watch": "npm run build -- --watch",
    "clean": "rm -rf dist",
    "lint": "eslint src",
    "lint:fix": "npm run lint -- --fix",
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "healthcheck": "print"
  },
  "dependencies": {
    "ajv": "^4.11.5",
    "colors": "^1.1.2",
    "commander": "^2.9.0",
    "glob": "^7.1.1",
    "lodash": "^4.17.4",
    "table": "^4.0.1"
  },
  "devDependencies": {
    "babel-cli": "^6.24.0",
    "babel-plugin-transform-async-to-generator": "^6.22.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
    "coveralls": "^2.13.0",
    "eslint": "^3.18.0",
    "jest": "^19.0.2"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.js",
      "bin/**/*.js"
    ]
  },
  "author": "repoir",
  "bugs": {
    "url": "https://github.com/repoir/repoir/issues"
  },
  "homepage": "https://github.com/repoir/repoir#readme",
  "keywords": [
    "repo",
    "repair"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/repoir/repoir.git"
  },
  "engines": {
    "node": ">=6",
    "npm": ">=4",
    "yarn": ">0.21"
  },
  "files": [
    "dist",
    "bin/repoir.js",
    ".repoir.json"
  ]
}
