{
  "name": "piccolore",
  "version": "0.1.3",
  "description": "A tiny, zero-dependency library for styling terminal text",
  "type": "module",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "colors",
    "terminal",
    "cli",
    "formatting",
    "styleText"
  ],
  "repository": "delucis/piccolore",
  "license": "ISC",
  "devDependencies": {
    "@changesets/changelog-github": "^0.5.1",
    "@types/node": "^24.9.1",
    "tsdown": "^0.16.4",
    "vitest": "^4.0.9"
  },
  "scripts": {
    "test": "FORCE_COLOR=true vitest"
  }
}