@xpressit/winning-poker-hand-rank
Version:
Determine winning poker hand rank
57 lines (56 loc) • 1.52 kB
JSON
{
"name": "@xpressit/winning-poker-hand-rank",
"version": "0.2.2",
"description": "Determine winning poker hand rank",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"src",
"dist"
],
"scripts": {
"build": "rm -rf dist/* && npm run build:cjs",
"build:cjs": "tsc -p ./tsconfig.build.json --target es2015 --module commonjs --outDir ./dist",
"prepack": "npm run build",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --fix --ext .ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpressit/winning-poker-hand-rank.git"
},
"author": "XpressIT",
"license": "MIT",
"bugs": {
"url": "https://github.com/xpressit/winning-poker-hand-rank/issues"
},
"homepage": "https://github.com/xpressit/winning-poker-hand-rank#readme",
"keywords": [
"card",
"playing cards",
"casino",
"library",
"poker",
"poker hand rank",
"hand evaluator",
"rank hands",
"node",
"typescript"
],
"devDependencies": {
"@types/jest": "^28.1.6",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.21.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
}
}