randomcryp
Version:
A cryptographically secure, feature rich, zero dependency and browser friendly random number generator library.
64 lines (63 loc) • 1.59 kB
JSON
{
"name": "randomcryp",
"version": "2.3.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": {
"type": "git",
"url": "git+https://github.com/touhidurrr/randomcryp.git"
},
"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 scripts/build.ts",
"lint": "tsc && eslint .",
"test": "bun test"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/bun": "^1.3.12",
"eslint": "^10.2.0",
"globals": "^17.5.0",
"prettier": "^3.8.2",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.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"
]
}