poker-variants-odds-calculator
Version:
Fastest and most accurate node module for calculating odds of poker games Texas Hold'em, Texas Shortdeck/Sixplus, Omaha, 5-Card Omaha and 6-Card.
61 lines (60 loc) • 1.53 kB
JSON
{
"name": "poker-variants-odds-calculator",
"version": "0.0.3",
"description": "Fastest and most accurate node module for calculating odds of poker games Texas Hold'em, Texas Shortdeck/Sixplus, Omaha, 5-Card Omaha and 6-Card.",
"license": "MIT",
"dependencies": {
"@types/argv": "0.0.4",
"argv": "0.0.2",
"lodash": "4.17.20",
"typescript": "4.0.3"
},
"devDependencies": {
"@types/es6-shim": "0.31.41",
"@types/lodash": "4.14.161",
"@types/mocha": "5.2.5",
"@types/node": "10.17.35",
"mocha": "6.2.3",
"ts-node": "8.10.2",
"tslint": "5.20.1"
},
"bin": {
"poker-variants-odds-calculator": "./dist/lib/bin/poker-odds-calc.js"
},
"engines": {
"node": ">=6.0.0"
},
"main": "./dist/index.js",
"typings": "./dts/index.d.ts",
"scripts": {
"build": "rm -rf dist/* && rm -rf dts/* && tsc",
"test": "mocha ./dist/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rahulsinghkk/poker-odds-calculator"
},
"keywords": [
"poker",
"odds",
"odds calculator",
"texas hold'em",
"texas holdem",
"shortdeck texas hold'em",
"6+ texas hold'em",
"six plus texas hold'em",
"omaha",
"5-cards omaha",
"6-cards omaha",
"omaha hi",
"hand equity",
"equity"
],
"bugs": {
"url": "https://github.com/rahulsinghkk/poker-odds-calculator/issues"
},
"homepage": "https://github.com/rahulsinghkk/poker-odds-calculator#readme",
"directories": {
"test": "test"
}
}