@alexjamesmalcolm/poker-odds-machine
Version:
Poker odds machine (calculator)
35 lines • 720 B
JSON
{
"name": "@alexjamesmalcolm/poker-odds-machine",
"version": "1.1.1",
"description": "Poker odds machine (calculator)",
"main": "dist/index.js",
"types": "index.ts",
"scripts": {
"test": "jest",
"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",
"jest": "^27.3.1",
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"typescript": "^3.9.5"
},
"files": [
"LICENSE",
"README.md",
"dist",
"index.ts",
"src"
]
}