{
  "name": "balance-buff-viewer-plugin",
  "version": "16.10.1",
  "description": "ARAM/URF balance buff viewer plugin for Pengu Loader.",
  "data": {
    "patch": "16.11.1",
    "hash": "334346c3e2fae91a213762366c1afc7594b63dbb",
    "date": "2026-05-28T10:43:37.432Z"
  },
  "author": "nomi-san",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nomi-san/balance-buff-viewer.git"
  },
  "license": "MIT",
  "keywords": [
    "pengu-loader",
    "league-client",
    "league-of-legends",
    "plugins"
  ],
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "crawl": "tsx scripts/crawler.ts",
    "update": "tsx scripts/updater.ts",
    "build": "tsc --noEmit && vite build"
  },
  "devDependencies": {
    "@types/luaparse": "^0.2.13",
    "@types/node": "^20.19.32",
    "comment-json": "^4.5.1",
    "luaparse": "^0.3.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "vite": "^6.4.1"
  }
}