{
  "name": "@timhall/ansi-colors",
  "version": "5.0.0",
  "license": "MIT",
  "description": "Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).",
  "author": "Brian Woodward (https://github.com/doowb)",
  "contributors": [
    "Brian Woodward (https://twitter.com/doowb)",
    "Jason Schilling (https://sourecode.de)",
    "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    "Jordan (https://github.com/Silic0nS0ldier)",
    "Tim Hall <tim.hall.engr@gmail.com>"
  ],
  "homepage": "https://github.com/timhall/ansi-colors",
  "repository": "timhall/ansi-colors",
  "bugs": {
    "url": "https://github.com/timhall/ansi-colors/issues"
  },
  "keywords": [
    "colors",
    "console",
    "terminal",
    "ansi",
    "chalk"
  ],
  "main": "lib/ansi-colors.js",
  "module": "lib/ansi-colors.es.js",
  "types": "lib/ansi-colors.d.ts",
  "scripts": {
    "build": "rollup -c",
    "version": "npm run build",
    "test": "jest",
    "benchmark": "node bench",
    "format": "prettier --write \"{src,bench,examples}/*.{ts,js}\""
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.8.0",
    "@babel/plugin-transform-modules-commonjs": "^7.8.0",
    "@babel/plugin-transform-typescript": "^7.8.0",
    "@babel/preset-typescript": "^7.8.0",
    "@rollup/plugin-typescript": "^2.1.0",
    "@types/jest": "^24.0.25",
    "benchmark": "^2.1.4",
    "chalk": "^3.0.0",
    "jest": "^24.9.0",
    "prettier": "^1.19.1",
    "rollup": "^1.29.0",
    "rollup-plugin-dts": "^1.2.0",
    "tslib": "^1.10.0",
    "typescript": "^3.7.4"
  },
  "files": [
    "lib"
  ],
  "prettier": {
    "singleQuote": true,
    "printWidth": 100
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js",
      "json"
    ],
    "testEnvironment": "node",
    "testRegex": "(/__tests__/.*|(\\.|/)(test))\\.(js|ts)$"
  }
}
