UNPKG

@botpoker/hand

Version:
33 lines (32 loc) 790 B
{ "name": "@botpoker/hand", "version": "1.0.0", "description": "Evaluate poker hold'em hands", "main": "index.js", "scripts": { "lint": "eslint lib/** tests/*.js", "test": "npm run lint && tap tests/*.js --coverage-report=html" }, "repository": { "type": "git", "url": "https://github.com/brunoscopelliti/poker-has.git" }, "keywords": [ "poker", "texas hold'em", "evaluate poker hands", "hold'em poker" ], "author": "Bruno Scopelliti", "license": "MIT", "bugs": { "url": "https://github.com/brunoscopelliti/poker-has/issues" }, "homepage": "https://github.com/brunoscopelliti/poker-has", "devDependencies": { "eslint": "7.25.0", "eslint-config-bruno": "3.0.0", "pre-commit": "1.2.2", "tap": "15.0.6" } }