{
  "name": "@colors/colors",
  "description": "get colors in your node.js console",
  "version": "1.6.0",
  "author": "DABH",
  "homepage": "https://github.com/DABH/colors.js",
  "repository": {
    "type": "git",
    "url": "http://github.com/DABH/colors.js.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=0.1.90"
  },
  "main": "lib/index.js",
  "files": [
    "examples",
    "lib",
    "LICENSE",
    "safe.js",
    "themes",
    "index.d.ts",
    "safe.d.ts"
  ],
  "devDependencies": {
    "eslint": "^8.9.0",
    "eslint-config-google": "^0.14.0"
  }
}