{
  "name": "@akiver/cs-demo-analyzer",
  "version": "1.9.5",
  "description": "Analyze and extract data from Counter-Strike demos.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/akiver/cs-demo-analyzer.git"
  },
  "bugs": {
    "url": "https://github.com/akiver/cs-demo-analyzer/issues"
  },
  "main": "./dist/index.js",
  "bin": {
    "csda": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc && tsc --emitDeclarationOnly --declaration --removeComments false",
    "format": "prettier --write src/*.ts"
  },
  "author": "AkiVer",
  "files": [
    "dist"
  ],
  "license": "MIT",
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "keywords": [
    "Counter-Strike",
    "CS",
    "CSGO",
    "CS2",
    "demos",
    "replays"
  ],
  "devDependencies": {
    "@types/node": "24.12.0",
    "prettier": "3.8.1",
    "typescript": "5.9.3"
  }
}
