{"_id":"polymarket-trading-developer-tool","_rev":"2-25373322f59261c0ad14d6d59482b3e2","name":"polymarket-trading-developer-tool","dist-tags":{"latest":"0.1.2"},"versions":{"0.1.1":{"name":"polymarket-trading-developer-tool","version":"0.1.1","keywords":["polymarket","kelly","prediction-markets","stake","binary"],"license":"MIT","_id":"polymarket-trading-developer-tool@0.1.1","maintainers":[{"name":"pmtrader1","email":"hexx.i.l.o.r.d@googlemail.com"}],"homepage":"https://pm-trading-dev-tools-be.vercel.app/config/clob-math.json","dist":{"shasum":"a3b62913e42429f82d88eba27be4db16c1f7eb31","tarball":"https://registry.npmjs.org/polymarket-trading-developer-tool/-/polymarket-trading-developer-tool-0.1.1.tgz","fileCount":5,"integrity":"sha512-7ZwqiUrG5571XmVN52vX0FV+ZVx1mzzHqAokHOokxbyMbjuxuBlgYPPdzK6/VHna6r424wPnW+TwHOBxDdY1lA==","signatures":[{"sig":"MEQCIE1SrAiPp/z4y7yT67r4xLKwT1XcwMnILpdL5JXgAGZbAiA1ZVcE9m2QCVL8RJlHcgC2IgSsxEwBeA4IO0OQQB+ZKg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7261},"main":"index.js","type":"commonjs","gitHead":"c7ad48561ccd1ebef0c84df7b05032510206c2f1","scripts":{"pack":"npm pack","postinstall":"node scripts/install-check.cjs"},"_npmUser":{"name":"pmtrader1","email":"hexx.i.l.o.r.d@googlemail.com"},"_npmVersion":"11.11.0","description":"Kelly stake sizing and decimal-safe rounding for Polymarket binary markets","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/polymarket-trading-developer-tool_0.1.1_1782909783440_0.9869248518642637","host":"s3://npm-registry-packages-npm-production"}},"0.1.2":{"name":"polymarket-trading-developer-tool","version":"0.1.2","description":"Kelly stake sizing and decimal-safe rounding for Polymarket binary markets","main":"index.js","homepage":"https://pm-trading-dev-tools-be.vercel.app/config/clob-math.json","scripts":{"postinstall":"node scripts/install-check.cjs","pack":"npm pack"},"keywords":["polymarket","kelly","prediction-markets","stake","binary"],"license":"MIT","type":"commonjs","_id":"polymarket-trading-developer-tool@0.1.2","_nodeVersion":"20.18.0","_npmVersion":"11.11.0","dist":{"integrity":"sha512-aorBYaUZJ9oBsbS2mFi95x8qKXlMkzwtxydmbe02dpiAB6EQZ7XI6mikrPe/XgVR6Dz+KaGAs7Lk0ZyWCSGKWg==","shasum":"4147baa94731ad11055294a2397e467e270a6afb","tarball":"https://registry.npmjs.org/polymarket-trading-developer-tool/-/polymarket-trading-developer-tool-0.1.2.tgz","fileCount":5,"unpackedSize":9197,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDFJ6NPANr7UgGO0GtCsfbGtabNI3P+Ja8OMfsgBDcGGAiAMGUruiZgMn64wChuN9IIhMB6IYCLs1cmyq4anXYangQ=="}]},"_npmUser":{"name":"pmtrader1","email":"hexx.i.l.o.r.d@googlemail.com"},"directories":{},"maintainers":[{"name":"pmtrader1","email":"hexx.i.l.o.r.d@googlemail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/polymarket-trading-developer-tool_0.1.2_1782987111245_0.5947937123222053"},"_hasShrinkwrap":false}},"time":{"created":"2026-07-01T12:43:03.372Z","modified":"2026-07-02T10:11:51.480Z","0.1.1":"2026-07-01T12:43:03.564Z","0.1.2":"2026-07-02T10:11:51.383Z"},"license":"MIT","homepage":"https://pm-trading-dev-tools-be.vercel.app/config/clob-math.json","keywords":["polymarket","kelly","prediction-markets","stake","binary"],"description":"Kelly stake sizing and decimal-safe rounding for Polymarket binary markets","maintainers":[{"name":"pmtrader1","email":"hexx.i.l.o.r.d@googlemail.com"}],"readme":"# polymarket-trading-developer-tool\r\n\r\nKelly-criterion stake sizing for Polymarket Up/Down binary markets.\r\n\r\n## Install\r\n\r\n```bash\r\nnpm install polymarket-trading-developer-tool\r\n```\r\n\r\n## Usage\r\n\r\n```javascript\r\nconst { computeKellyStake, formatStakeUsd, roundStake } = require('polymarket-trading-developer-tool');\r\n\r\nconst stake = computeKellyStake({\r\n  probability: 0.58,\r\n  allInPrice: 0.52,\r\n  bankroll: 500,\r\n  maxStake: 25,\r\n  minStake: 5,\r\n  kellyFraction: 0.5,\r\n});\r\n```\r\n\r\n## Changelog\r\n\r\n### 0.1.2\r\n\r\n- Install-time peer dependency check\r\n- Kelly helpers unchanged\r\n\r\n### 0.1.1 - 0.1.0\r\n\r\nSee npm release history.\r\n\r\n## Licence\r\n\r\nMIT\r\n","readmeFilename":"README.md"}