UNPKG

@botpoker/rank-hands

Version:
47 lines (46 loc) 1 kB
{ "name": "@botpoker/rank-hands", "version": "1.0.0", "description": "Sort poker hands by texas hold'em ranking", "main": "index.js", "scripts": { "lint": "eslint index.js domain/*.js tests/*.js", "test": "npm run lint && jest" }, "repository": { "type": "git", "url": "https://github.com/brunoscopelliti/poker-rank.git" }, "keywords": [ "poker", "poker rank", "hold'em", "hold'em ranking", "evaluate", "evaluate poker", "evaluate hand", "sort", "sort poker", "win", "best", "best poker", "hand", "rank", "ranking" ], "author": "Bruno Scopelliti", "license": "MIT", "bugs": { "url": "https://github.com/brunoscopelliti/poker-rank/issues" }, "homepage": "https://github.com/brunoscopelliti/poker-rank", "dependencies": { "@botpoker/hand": "1.0.0" }, "devDependencies": { "eslint": "7.25.0", "eslint-config-bruno": "3.0.0", "jest": "26.6.3", "pre-commit": "1.2.2" } }