{
  "name": "pintor",
  "description": "Zero-dependency library for providing color functions for terminal text",
  "packageManager": "pnpm@9.9.0",
  "version": "0.3.3",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "colors",
    "terminal",
    "cli",
    "console",
    "ansi",
    "terminal-colors",
    "terminal-styling",
    "chalk",
    "colorette",
    "kleur",
    "typescript",
    "zero-dependency"
  ],
  "author": "Your Name",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cezaraugusto/pintor.git"
  },
  "bugs": {
    "url": "https://github.com/cezaraugusto/pintor/issues"
  },
  "homepage": "https://github.com/cezaraugusto/pintor#readme",
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build --watch",
    "lint": "eslint .",
    "test": "vitest run",
    "prepublishOnly": "npm run build",
    "lint:fix": "eslint . --fix"
  },
  "devDependencies": {
    "@rslib/core": "^0.23.0",
    "@types/node": "^25.9.3",
    "eslint": "^10.5.0",
    "eslint-config-auditor": "^2.3.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.9"
  },
  "publishConfig": {
    "provenance": true
  },
  "pnpm": {
    "overrides": {
      "vite": ">=7.3.5",
      "vitest": ">=3.2.6",
      "rollup": ">=4.59.0",
      "minimatch": ">=9.0.7",
      "picomatch": ">=4.0.4",
      "postcss": ">=8.5.10",
      "js-yaml": ">=4.2.0",
      "brace-expansion": ">=2.0.2",
      "tmp": ">=0.2.6",
      "esbuild": ">=0.25.0"
    }
  },
  "sideEffects": false
}
