shop-champion-select
Version:
Buy champions inside Champion Select! 🐧
35 lines • 828 B
JSON
{
"name": "shop-champion-select",
"version": "6.7.5",
"description": "Buy champions inside Champion Select! 🐧",
"author": "balaclava",
"repository": {
"type": "git",
"url": "git+https://github.com/controlado/shop-champion-select.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/shop-champion-select/issues"
},
"homepage": "https://github.com/controlado/shop-champion-select#readme",
"devDependencies": {
"vite": "^4.4.6",
"vite-plugin-css-injected-by-js": "^3.2.1"
}
}