{
  "name": "pintor",
  "description": "Zero-dependency library for providing color functions for terminal text",
  "version": "0.3.0",
  "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"
  },
  "devDependencies": {
    "@eslint/js": "^9.25.1",
    "@rslib/core": "^0.9.2",
    "@types/node": "^22.15.30",
    "eslint": "^9.25.1",
    "globals": "^16.0.0",
    "prettier": "^3.5.3",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.31.1",
    "vitest": "^3.2.2"
  },
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build --watch",
    "format": "prettier --write .",
    "lint": "eslint .",
    "test": "vitest run"
  }
}