{
  "name": "stylint-stylish",
  "version": "2.0.2",
  "description": "A stylish reporter for Stylint, heavily inspired by jshint-stylish",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "clean": "rimraf coverage/ index.js",
    "build": "babel stylish.js -o index.js",
    "cover": "yarn test --coverage",
    "lint": "eslint .",
    "prepublishOnly": "yarn clean && yarn build",
    "pretest": "yarn clean",
    "test": "jest --forceExit"
  },
  "repository": "SimenB/stylint-stylish",
  "keywords": [
    "lint",
    "reporter",
    "stylint",
    "stylint-reporter",
    "stylish",
    "stylus"
  ],
  "author": "Simen Bekkhus <sbekkhus91@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SimenB/stylint-stylish/issues"
  },
  "homepage": "https://github.com/SimenB/stylint-stylish#readme",
  "dependencies": {
    "chalk": "^2.0.1",
    "log-symbols": "^2.0.0",
    "text-table": "^0.2.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "babel-plugin-add-module-exports": "^1.0.0",
    "eslint": "^5.5.0",
    "eslint-config-simenb-base": "^15.0.0",
    "jest": "^24.0.0",
    "prettier": "^1.4.0",
    "rimraf": "^3.0.0",
    "strip-ansi": "^4.0.0",
    "stylint": "^1.5.9"
  },
  "peerDependencies": {
    "stylint": "1.x"
  },
  "engines": {
    "node": ">=4"
  },
  "jest": {
    "testEnvironment": "node",
    "coverageThreshold": {
      "global": {
        "branches": 100,
        "functions": 100,
        "lines": 100,
        "statements": 100
      }
    }
  },
  "publishConfig": {
    "provenance": true
  }
}
