{
  "name": "fast-color-generator",
  "version": "2.0.0",
  "homepage": "https://github.com/UltraCakeBakery/FastColorGenerator",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UltraCakeBakery/FastColorGenerator.git"
  },
  "bugs": {
    "url": "https://github.com/UltraCakeBakery/FastColorGenerator/issues",
    "email": "fast-boolean-array@managing.software"
  },
  "type": "module",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    }
  },
  "scripts": {
    "test": "vitest",
    "build": "npx tsdown src/index.ts --dts --clean --sourcemap --minify --target node26"
  },
  "keywords": [
    "color",
    "generator",
    "fast",
    "efficient",
    "congruential",
    "linear"
  ],
  "author": "Jack van der Bil  <jack@managing.software> (https://jackvanderbilt.nl)",
  "license": "MIT",
  "description": "Super fast and efficient pseudo-random color generator, powered by a Linear Congruential Generator (LCG).",
  "engines": {
    "node": ">=26.0.0"
  },
  "devDependencies": {
    "@types/node": "^25.9.1",
    "tsdown": "^0.22.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.8"
  }
}
