{
  "name": "poker-dg",
  "version": "0.0.15",
  "description": "Texas Hold 'Em Poker table model with convenience features for running real games.",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rimraf dist && tsc",
    "start": "node dist/index.js",
    "dev": "nodemon --exec ts-node src/index.ts --watch src",
    "test": "jest --watch",
    "lint": "tslint --project tsconfig.json",
    "coverage": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/decentralgames/poker-dg.git"
  },
  "homepage": "https://github.com/decentralgames/poker-dg",
  "bugs": {
    "url": "https://github.com/decentralgames/poker-dg/issues"
  },
  "keywords": [
    "poker",
    "poker engine",
    "poker game",
    "poker game engine",
    "texas hold'em",
    "texas holdem",
    "hold'em",
    "holdem"
  ],
  "author": "Satoshi Naoki <satoshi@decentral.games>",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^26.0.23",
    "@types/node": "^15.3.0",
    "jest": "^26.6.3",
    "nodemon": "^2.0.7",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.5.6",
    "ts-node": "^9.1.1",
    "tslint": "^6.1.3",
    "typescript": "^4.2.4"
  }
}
