{
  "name": "turbocolor",
  "version": "2.6.1",
  "description": "Node.js library for colorizing text using ANSI escape sequences.",
  "main": "index.js",
  "types": "turbocolor.d.ts",
  "scripts": {
    "test": "nyc -r lcov testmatrix test/*.js",
    "release": "npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push origin master && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "jorgebucaran/turbocolor"
  },
  "files": [
    "index.js",
    "turbocolor.d.ts"
  ],
  "keywords": [
    "turbocolor",
    "terminal",
    "styles",
    "color",
    "ansi"
  ],
  "author": "Jorge Bucaran",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jorgebucaran/turbocolor/issues"
  },
  "homepage": "https://github.com/jorgebucaran/turbocolor",
  "devDependencies": {
    "nyc": "12.0.2",
    "testmatrix": "0.1.2"
  }
}
