{
  "name": "tinyrainbow",
  "version": "3.0.3",
  "packageManager": "pnpm@9.15.1",
  "description": "A small library to print colourful messages.",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "browser": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "default": "./dist/index.js"
  },
  "files": [
    "dist/**"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tinylibs/tinyrainbow.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tinylibs/tinyrainbow/issues"
  },
  "homepage": "https://github.com/tinylibs/tinyrainbow#readme",
  "keywords": [
    "colors",
    "tty"
  ],
  "engines": {
    "node": ">=14.0.0"
  }
}
