{
  "name": "soccer-tournament",
  "version": "0.8.0",
  "description": "Javascript/Typescript library to create and calculate soccer tournaments.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "repository": "https://github.com/EnrickyHip/soccer-tournament",
  "homepage": "https://github.com/EnrickyHip/soccer-tournament",
  "scripts": {
    "test": "jest --watchAll --noStackTrace",
    "test:once": "jest--noStackTrace",
    "test:silent": "jest --watchAll --silent --noStackTrace",
    "test:coverage": "jest --coverage --silent --noStackTrace"
  },
  "keywords": [],
  "author": "EnrickyHip",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^28.1.6",
    "@typescript-eslint/eslint-plugin": "^5.30.5",
    "@typescript-eslint/parser": "^5.30.5",
    "eslint": "^8.19.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^28.1.3",
    "prettier": "^2.7.1",
    "ts-jest": "^28.0.7",
    "ts-node": "^10.8.2",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "roundrobin-tournament-js": "^1.1.4"
  }
}
