{
  "name": "codeforces-plus",
  "version": "2.0.4",
  "description": "A Typescript library to simplify Codeforces API",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "type": "module",
  "sideEffects": false,
  "scripts": {
    "build": "npx rollup -c",
    "prepare": "npm run build",
    "test": "npm run build && node tests/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Nikhilesh002/codeforces-plus.git"
  },
  "keywords": [
    "codeforces",
    "codeforces-api",
    "codeforces-api-ts",
    "codeforces-plus",
    "typescript",
    "codeforces-leaderboard",
    "custom contests"
  ],
  "author": "Nikhilesh<nikhileshg02@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Nikhilesh002/codeforces-plus/issues"
  },
  "homepage": "https://github.com/Nikhilesh002/codeforces-plus#readme",
  "devDependencies": {
    "@rollup/plugin-typescript": "^12.1.0",
    "@types/node": "^22.7.4",
    "rollup": "^4.22.5",
    "ts-node": "^10.9.2",
    "tslib": "^2.7.0",
    "typescript": "^5.6.2"
  },
  "files": [
    "dist/**",
    "LICENSE",
    "README.md"
  ]
}
