{
  "name": "randomness",
  "version": "1.7.0",
  "description": "Randomness tests",
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc",
    "format": "prettier --write .",
    "test": "vitest run",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/runk/randomness.git"
  },
  "keywords": [
    "random",
    "nist",
    "randomness",
    "entropy",
    "nistspecialpublication800-22r1a",
    "800-22r1a",
    "sp800_22",
    "test"
  ],
  "author": "Dmitry Shirokov <deadrunk@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/runk/randomness/issues"
  },
  "homepage": "https://github.com/runk/randomness#readme",
  "devDependencies": {
    "@types/node": "24.12.2",
    "prettier": "3.8.3",
    "semantic-release": "25.0.3",
    "typescript": "6.0.3",
    "vitest": "4.0.7"
  },
  "dependencies": {
    "fft-js": "0.0.12",
    "mathjs": "15.2.0"
  }
}
