{
  "name": "@stablelib/random",
  "version": "2.0.1",
  "description": "Cryptographically-secure pseudorandom number generator",
  "main": "./lib/random.js",
  "type": "module",
  "typings": "./lib/random.d.ts",
  "author": "Dmitry Chestnykh",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/StableLib/stablelib"
  },
  "homepage": "https://github.com/StableLib/stablelib/tree/master/packages/random",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run"
  },
  "dependencies": {
    "@stablelib/binary": "^2.0.1",
    "@stablelib/wipe": "^2.0.1"
  },
  "devDependencies": {
    "@stablelib/benchmark": "^2.0.0",
    "@stablelib/hex": "^2.0.1"
  },
  "browser": {
    "crypto": false
  },
  "react-native": {
    "crypto": false
  },
  "gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502"
}
