@idealic/poker-engine
Version:
Poker game engine and hand evaluator
26 lines (25 loc) • 595 B
JSON
{
"name": "@idealic/poker-engine",
"version": "1.1.0",
"description": "Poker game engine and hand evaluator",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"test": "vitest",
"test:watch": "vitest watch"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/supertest": "^6.0.3",
"supertest": "^7.1.4",
"typescript": "^5.3.3",
"@augceo/iterators": "file:../iterators",
"postgres": "^3.4.7"
},
"dependencies": {
"@js-temporal/polyfill": "^0.5.1"
}
}