UNPKG

random-champion

Version:

Pick and ban a random champion in champion select! 🐧

35 lines 821 B
{ "name": "random-champion", "version": "1.1.3", "description": "Pick and ban a random champion in champion select! 🐧", "author": "balaclava", "repository": { "type": "git", "url": "git+https://github.com/controlado/random-champion.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" }, "bugs": { "url": "https://github.com/controlado/random-champion/issues" }, "homepage": "https://github.com/controlado/random-champion#readme", "devDependencies": { "vite": "^4.4.6", "vite-plugin-css-injected-by-js": "^3.2.1" } }