{
  "name": "@h0llyw00dzz/crypto-rand",
  "version": "0.1.3",
  "description": "Cryptographically secure random utilities for Node.js and browsers",
  "main": "dist/crypto_rand.js",
  "types": "dist/crypto_rand.d.ts",
  "browser": {
    "crypto": false
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "coveralls": "jest --coverage && coveralls < coverage/lcov.info",
    "prepublishOnly": "npm run clean && npm run build && npm test"
  },
  "keywords": [
    "crypto",
    "random",
    "secure",
    "cryptographic",
    "random-number",
    "random-string",
    "security",
    "uuid",
    "browser",
    "nodejs"
  ],
  "author": "H0llyW00dzZ",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.23.7",
    "@babel/preset-env": "^7.23.7",
    "@babel/preset-typescript": "^7.23.7",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.0.3",
    "babel-jest": "^30.0.0",
    "coveralls": "^3.1.1",
    "jest": "^30.0.0",
    "jest-environment-jsdom": "^30.0.0",
    "typescript": "^5.8.3",
    "undici-types": "^7.10.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/H0llyW00dzZ/crypto-rand.git"
  },
  "bugs": {
    "url": "https://github.com/H0llyW00dzZ/crypto-rand/issues"
  },
  "homepage": "https://github.com/H0llyW00dzZ/crypto-rand#readme",
  "engines": {
    "node": ">=19.0.0"
  }
}
