{
  "name": "deckshoes",
  "version": "0.4.0",
  "description": "Various implementations of playing cards for the many game vaieties including alternative decks for games like 500.",
  "main": "index.js",
  "scripts": {
    "build": "tsc",
    "test": "npm run build && jest",
    "coverage": "jest --coverage",
    "documentation": "typedoc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://SimpleProgrammingAu@bitbucket.org/simpleprogramming1/playing-cards.git"
  },
  "keywords": [
    "playing",
    "cards",
    "deck",
    "shoe",
    "casino",
    "card",
    "games"
  ],
  "author": {
    "name": "Samuel Janda",
    "url": "https://www.simpleprogramming.com.au",
    "email": "hi@simpleprogramming.com.au"
  },
  "license": "MIT",
  "homepage": "https://bitbucket.org/simpleprogramming1/playing-cards#readme",
  "dependencies": {},
  "devDependencies": {
    "jest": "^27.0.4",
    "ts-jest": "^27.0.3",
    "typescript": "^4.3.2",
    "@types/jest": "^26.0.23",
    "typedoc": "^0.21.2"
  }
}
