UNPKG

@akiver/cs-demo-analyzer

Version:

Analyze and extract data from Counter-Strike demos.

48 lines (47 loc) 916 B
{ "name": "@akiver/cs-demo-analyzer", "version": "1.8.2", "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.10.4", "prettier": "3.7.4", "typescript": "5.9.3" } }