{
  "name": "@barelyhuman/tocolor",
  "version": "0.2.6",
  "type": "commonjs",
  "keywords": [
    "color",
    "conversion",
    "rgb to hex",
    "hex to rgb",
    "hsl to rgb",
    "tiny"
  ],
  "files": [
    "src",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/dumbjs/tocolor.git"
  },
  "license": "MIT",
  "author": "Reaper <ahoy@barelyhuman.dev> (https://reaper.is)",
  "main": "./dist/index.js",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": {
        "require": "./dist/index.d.ts",
        "import": "./dist/index.d.mts"
      },
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "prebuild": "rimraf dist esm",
    "build": "tsdown --config-loader unrun",
    "fix": "prettier --write .",
    "test": "tsc -p ./tsconfig.test.json && node --test --test-reporter=spec \"dist-tests/**/*.test.js\""
  },
  "prettier": "@barelyhuman/prettier-config",
  "devDependencies": {
    "@barelyhuman/prettier-config": "^2.0.2",
    "prettier": "^3.8.1",
    "rimraf": "^6.1.3",
    "tsdown": "^0.21.0-beta.2",
    "typescript": "^5.9.3",
    "uvu": "^0.5.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "npm": "^11.11.0"
  }
}
