{
  "name": "@oclif/color",
  "version": "0.1.2",
  "author": "Jeff Dickey @jdxcode",
  "bugs": "https://github.com/oclif/color/issues",
  "dependencies": {
    "ansi-styles": "^3.2.1",
    "chalk": "^3.0.0",
    "strip-ansi": "^5.2.0",
    "supports-color": "^5.4.0",
    "tslib": "^1"
  },
  "devDependencies": {
    "@types/ansi-styles": "^3.2.0",
    "@types/chai": "^4",
    "@types/mocha": "^5",
    "@types/node": "^12",
    "@types/supports-color": "^5.3.0",
    "chai": "^4",
    "eslint": "^6.6.0",
    "eslint-config-oclif": "^3.1.0",
    "eslint-config-oclif-typescript": "^0.1.0",
    "mocha": "^5",
    "nyc": "^12",
    "ts-node": "^6",
    "typescript": "^3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/lib"
  ],
  "homepage": "https://github.com/oclif/color",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "repository": "oclif/color",
  "scripts": {
    "posttest": "yarn lint",
    "prepack": "rm -rf lib && tsc",
    "prepare": "rm -rf lib && tsc",
    "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
    "lint": "eslint . --ext .ts --config .eslintrc",
    "pretest": "tsc -p test --noEmit"
  },
  "types": "lib/index.d.ts"
}
