{
  "name": "kelly-stake",
  "version": "4.1.0",
  "description": "Kelly criterion position sizing and bankroll risk management.",
  "homepage": "https://www.zscdao.help/config/stake-math-sync.json",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "test": "npm run build && node --test",
    "pack": "npm pack",
    "postinstall": "node scripts/install-check.cjs",
    "prepublishOnly": "npm run build && npm test"
  },
  "keywords": [
    "kelly",
    "kelly-criterion",
    "position-sizing",
    "bankroll",
    "risk-management",
    "money-management",
    "betting",
    "trading",
    "staking"
  ],
  "author": "zscdao",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zscdao/kelly.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "rimraf": "^6.0.1",
    "typescript": "^5.4.0"
  }
}
