{
  "name": "@casual-simulation/chalk",
  "version": "4.0.0",
  "description": "Chalk but in the browser",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/casual-simulation/casualos.git",
    "directory": "src/chalk"
  },
  "type": "module",
  "module": "index",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "ansi-styles.js",
    "ansi-regex.js",
    "strip-ansi.js",
    "util.js",
    "README.md",
    "license"
  ],
  "keywords": [
    "color",
    "colour",
    "colors",
    "terminal",
    "console",
    "cli",
    "string",
    "ansi",
    "style",
    "styles",
    "tty",
    "formatting",
    "rgb",
    "256",
    "shell",
    "xterm",
    "log",
    "logging",
    "command-line",
    "text"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "echo \"Nothing to do.\""
  }
}