zeptoid
Version:
A tiny isomorphic fast function for generating a cryptographically random hex string.
42 lines (41 loc) • 972 B
JSON
{
"name": "zeptoid",
"repository": "github:fabiospampinato/zeptoid",
"description": "A tiny isomorphic fast function for generating a cryptographically random hex string.",
"license": "MIT",
"version": "1.0.2",
"type": "module",
"sideEffects": false,
"main": "dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"benchmark": "tsex benchmark",
"benchmark:watch": "tsex benchmark --watch",
"clean": "tsex clean",
"compile": "tsex compile",
"compile:watch": "tsex compile --watch",
"test": "tsex test",
"test:watch": "tsex test --watch",
"prepublishOnly": "tsex prepare"
},
"keywords": [
"random",
"id",
"unique",
"generator",
"cryptographic",
"tiny",
"fast",
"hex"
],
"dependencies": {
"uint-rng": "^1.2.1"
},
"devDependencies": {
"benchloop": "^2.1.1",
"fava": "^0.3.4",
"tsex": "^4.0.2",
"typescript": "^5.7.3"
}
}