{
  "name": "randomcryp",
  "version": "2.0.0",
  "license": "BSD-3-Clause",
  "description": "A cryptographically secure, feature rich, zero dependency and browser friendly random number generator library.",
  "author": {
    "name": "Md. Touhidur Rahman",
    "email": "touhidurrr@pm.me"
  },
  "repository": "github:touhidurrr/randomcryp",
  "homepage": "https://github.com/touhidurrr/randomcryp",
  "bugs": "https://github.com/touhidurrr/randomcryp/issues",
  "funding": "https://buymeacoffee.com/touhidurrr",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "format": "prettier --write .",
    "build": "bun build src/index.ts --outdir dist && tsc -p tsconfig.dts.json"
  },
  "devDependencies": {
    "@types/bun": "^1.2.8",
    "prettier": "^3.5.3",
    "typescript": "^5.8.2"
  },
  "keywords": [
    "cryptographically-secure",
    "random-number-generator",
    "rng",
    "zero-dependency",
    "lightweight",
    "browser-friendly",
    "typescript",
    "cross-platform",
    "secure-random",
    "web-crypto",
    "crypto",
    "javascript-library",
    "random-utilities",
    "array-shuffling",
    "random-boolean",
    "random-choice",
    "percentage-generator",
    "range-generator",
    "safe-integer",
    "open-source",
    "deno",
    "bun",
    "nodejs",
    "crypto-getrandomvalues",
    "browser"
  ]
}
