poker-odds-machine
Version:
Poker odds machine (calculator)
26 lines (25 loc) • 559 B
JSON
{
"name": "poker-odds-machine",
"version": "1.0.2",
"description": "Poker odds machine (calculator)",
"main": "dist/index.js",
"types": "index.ts",
"scripts": {
"test": "node dist/test/index.js",
"build": "rm -rf dist && tsc",
"watch": "tsc -w",
"prepublishOnly": "npm run build"
},
"author": "Emile Indik",
"repository": "emileindik/poker-odds-machine",
"keywords": [
"poker",
"odds",
"calculator"
],
"license": "MIT",
"devDependencies": {
"@types/node": "^14.0.22",
"typescript": "^3.9.5"
}
}