{
  "name": "sinlyxe-api",
  "version": "2.1.0",
  "description": "Official Node.js SDK for the Sinlyxe API — CS2 commend bot, Steam report bot, StatTrak boost, achievement unlocker, hourboost, comment bot, and ban checker",
  "type": "module",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "exports": {
    ".": {
      "import": "./src/index.js",
      "types": "./src/index.d.ts"
    }
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "src/**/*.js",
    "src/**/*.d.ts",
    "README.md"
  ],
  "keywords": [
    "sinlyxe",
    "steam",
    "api",
    "sdk",
    "cs2",
    "csgo",
    "cs2-commends",
    "cs2-commend-bot",
    "steam-commend-bot",
    "stattrak",
    "stattrak-boost",
    "steam-achievement-unlocker",
    "achievements",
    "steam-report-bot",
    "steam-hourboost",
    "steam-comment-bot",
    "steam-level-up",
    "steam-ban-checker",
    "steam-watchlist",
    "commend",
    "report",
    "hourboost",
    "comment",
    "counter-strike",
    "steam-bot",
    "steam-api"
  ],
  "author": "Sinlyxe",
  "license": "MIT",
  "homepage": "https://sinlyxe.cc",
  "scripts": {
    "test": "node --test",
    "prepublishOnly": "node --check src/index.js"
  }
}
