{
  "name": "colvert",
  "version": "2.3.0",
  "description": "A comprehensive color conversion and manipulation package for JavaScript/TypeScript",
  "main": "./dist/colvert.cjs.js",
  "module": "./dist/colvert.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/colvert.es.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/colvert.cjs.js"
      }
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
    "test:coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
    "prepublishTest": "npm run test && npm run build",
    "prepublishOnly": "echo 'Skipping build' && exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abdulmuqeet1/colvert.git"
  },
  "keywords": [
    "color",
    "colour",
    "color convert",
    "color conversion",
    "convert",
    "converter",
    "color utility",
    "rgb",
    "hex",
    "hsl",
    "hsv",
    "cymk",
    "random color",
    "color scheme"
  ],
  "author": {
    "name": "abdul",
    "email": "abdulmuqeet521@gmail.com"
  },
  "private": false,
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/abdulmuqeet1/colvert/issues"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/node": "^22.13.10",
    "jest": "^29.5.0",
    "terser": "^5.16.1",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.0",
    "vite": "^6.2.1"
  },
  "homepage": "https://github.com/abdulmuqeet1/colvert#readme"
}
