{
  "name": "@favware/crypto",
  "version": "3.1.3",
  "description": "Secure random numbers of any size in any base",
  "author": "@favware",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "browser": "dist/index.umd.js",
  "unpkg": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "homepage": "https://github.com/favware/node-packages/tree/main/packages/crypto#readme",
  "scripts": {
    "test": "jest",
    "lint": "eslint src __tests__ --ext ts --fix -c ../../.eslintrc",
    "prebuild": "yarn lint && yarn test",
    "build": "rollup -c rollup.config.ts",
    "start": "yarn build -w"
  },
  "files": [
    "dist",
    "!dist/*.tsbuildinfo"
  ],
  "engines": {
    "node": ">=14",
    "npm": ">=6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/favware/node-packages.git",
    "directory": "packages/crypto"
  },
  "bugs": {
    "url": "https://github.com/favware/node-packages/issues"
  },
  "keywords": [
    "crypto",
    "math",
    "random",
    "security",
    "favware",
    "typescript",
    "ts"
  ],
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "bbf0719a8805496c19c4abf722765275ef5fa4af"
}
