buy-champions
Version:
Buy champions automatically! 🐧
34 lines • 754 B
JSON
{
"name": "buy-champions",
"version": "1.1.1",
"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"
}
}