{
  "name": "itty-chroma",
  "version": "1.0.6",
  "type": "module",
  "description": "Powerful styling for the browser console in under 500 bytes.",
  "main": "./chroma.js",
  "module": "./chroma.mjs",
  "types": "./chroma.d.ts",
  "exports": {
    ".": {
      "import": "./chroma.mjs",
      "types": "./chroma.d.ts",
      "require": "./chroma.cjs"
    }
  },
  "scripts": {
    "dev": "bun test --watch --coverage",
    "test": "bun test --coverage",
    "lint": "itty lint",
    "build": "itty lint && itty build --snippet=chroma --hybrid",
    "release": "itty release --prepare --tag --push",
    "release:next": "itty release --prepare --tag --push --type=next"
  },
  "keywords": [
    "browser",
    "console",
    "logs",
    "color",
    "styles",
    "minimalist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kwhitley/itty-chroma.git"
  },
  "author": "Kevin R. Whitley <krwhitley@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kwhitley/itty-chroma/issues"
  },
  "devDependencies": {
    "@types/bun": "^1.2.17",
    "itty-packager": "^1.6.10"
  }
}
