{
  "name": "challonger",
  "description": "An API wrapper for challonge.com, Manage your tournaments and gaming competitions on challonge.com by your code!",
  "version": "0.0.2",
  "main": "dist/index.js",
  "files": [
    "/dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/HackerX7889/challonge.js"
  },
  "scripts": {
    "start": "node .",
    "build": "tsc"
  },
  "keywords": [
    "challonge",
    "challonge-api",
    "tournament",
    "tournaments-api"
  ],
  "author": "HackerX7889",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.5"
  },
  "devDependencies": {
    "@types/node": "^20.10.7",
    "@typescript-eslint/eslint-plugin": "^6.18.1",
    "@typescript-eslint/parser": "^6.18.1",
    "eslint": "^8.56.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  },
  "packageManager": "yarn@1.22.21"
}
