{
  "name": "colors-option",
  "version": "6.0.1",
  "type": "module",
  "exports": {
    "types": "./build/src/main.d.ts",
    "default": "./build/src/main.js"
  },
  "main": "./build/src/main.js",
  "types": "./build/src/main.d.ts",
  "files": [
    "build/src/**/*.{js,json,d.ts}",
    "!build/src/**/*.test.js",
    "!build/src/{helpers,fixtures}"
  ],
  "sideEffects": false,
  "scripts": {
    "test": "gulp test"
  },
  "description": "Let users toggle colors",
  "keywords": [
    "color",
    "colors",
    "option",
    "config",
    "configuration",
    "disable",
    "chalk",
    "typescript",
    "ansi",
    "rgb",
    "terminal",
    "tty",
    "shell",
    "bash",
    "cli",
    "es6",
    "javascript",
    "nodejs",
    "library",
    "windows"
  ],
  "license": "MIT",
  "homepage": "https://www.github.com/ehmicky/colors-option",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ehmicky/colors-option.git"
  },
  "bugs": {
    "url": "https://github.com/ehmicky/colors-option/issues"
  },
  "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)",
  "directories": {
    "lib": "src"
  },
  "dependencies": {
    "chalk": "^5.4.1",
    "is-plain-obj": "^4.1.0"
  },
  "devDependencies": {
    "@ehmicky/dev-tasks": "^3.0.33",
    "@ehmicky/eslint-config": "^20.0.31",
    "@ehmicky/prettier-config": "^1.0.6",
    "@types/node": "^22.13.14",
    "test-each": "^7.0.1"
  },
  "engines": {
    "node": ">=18.18.0"
  }
}
