{
  "name": "buy-champions",
  "version": "1.1.0",
  "description": "Buy champions automatically! 🐧",
  "author": "balaclava",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/controlado/buy-champions.git"
  },
  "license": "GPL-3.0-or-later",
  "main": "./dist/index.js",
  "files": [
    "dist"
  ],
  "keywords": [
    "pengu-loader",
    "league-client",
    "league-of-legends",
    "plugins",
    "balaclava",
    "controlado"
  ],
  "scripts": {
    "build": "vite build",
    "watch": "vite build --watch --outDir ."
  },
  "bugs": {
    "url": "https://github.com/controlado/buy-champions/issues"
  },
  "homepage": "https://github.com/controlado/buy-champions#readme",
  "devDependencies": {
    "vite": "^4.4.6"
  }
}