{
  "name": "alea-random",
  "version": "6.0.1",
  "description": "`lodash.random` but using Alea",
  "keywords": [
    "alea",
    "math",
    "random"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kenany/alea-random.git"
  },
  "license": "MIT",
  "author": "Kenan Yildirim <kenan@kenany.me> (https://kenany.me/)",
  "main": "index.js",
  "files": [
    "index.js",
    "LICENSE.txt"
  ],
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": "22 || >=24"
  },
  "dependencies": {
    "alea": "^1.0.1",
    "lodash._isiterateecall": "^3.0.9",
    "lodash.tonumber": "^4.18.0",
    "uuid": "^14.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.4.15",
    "@containerbase/semantic-release-pnpm": "1.4.1",
    "@kenan/biome-config": "1.0.6",
    "browserify": "17.0.1",
    "conventional-changelog-conventionalcommits": "9.3.1",
    "lodash.constant": "3.0.0",
    "lodash.every": "4.6.0",
    "lodash.isfunction": "3.0.9",
    "lodash.map": "4.6.0",
    "lodash.some": "4.6.0",
    "lodash.uniq": "4.5.0",
    "nyc": "18.0.0",
    "semantic-release": "25.0.3",
    "tape": "5.9.0",
    "tape-run": "11.0.0"
  },
  "scripts": {
    "lint": "biome check .",
    "tests-only": "tape test/index.js",
    "coverage": "nyc npm run -s tests-only",
    "pretest": "npm run -s lint",
    "release": "semantic-release",
    "test": "npm run -s tests-only",
    "test-browser": "browserify test/index.js | tape-run"
  }
}