refund-purchases
Version:
Play with a champion or skin for free! 🐧
35 lines • 824 B
JSON
{
"name": "refund-purchases",
"version": "1.2.1",
"description": "Play with a champion or skin for free! 🐧",
"author": "balaclava",
"repository": {
"type": "git",
"url": "git+https://github.com/controlado/refund-purchases.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/refund-purchases/issues"
},
"homepage": "https://github.com/controlado/refund-purchases#readme",
"devDependencies": {
"vite": "^4.4.6",
"vite-plugin-css-injected-by-js": "^3.2.1"
}
}