{
    "name": "@crisvsgame/chroma",
    "version": "1.1.0",
    "description": "A lightweight colour utility library for sRGB conversion, luminance, contrast, and colour generation",
    "keywords": [
        "chroma",
        "color",
        "colour",
        "utility",
        "utilities",
        "srgb",
        "conversion",
        "luminance",
        "contrast",
        "generation",
        "wcag",
        "palette",
        "accessibility"
    ],
    "homepage": "https://github.com/CRISvsGAME/chroma#readme",
    "bugs": {
        "url": "https://github.com/CRISvsGAME/chroma/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/CRISvsGAME/chroma.git"
    },
    "license": "MIT",
    "author": "CRISvsGAME <cris@crisvsgame.com>",
    "type": "module",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.js"
        }
    },
    "files": [
        "dist",
        "LICENSE"
    ],
    "scripts": {
        "build": "tsc",
        "dev": "tsc --watch",
        "test": "vitest run"
    },
    "devDependencies": {
        "typescript": "^6.0.3",
        "vitest": "^4.1.9"
    }
}
