-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 828 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "auto-champion-select",
"version": "1.3.3",
"description": "Pick or ban automatically! 🐧",
"author": "balaclava",
"repository": {
"type": "git",
"url": "git+https://github.com/controlado/auto-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 --outDir ."
},
"bugs": {
"url": "https://github.com/controlado/auto-champion-select/issues"
},
"homepage": "https://github.com/controlado/auto-champion-select#readme",
"devDependencies": {
"vite": "^4.4.6",
"vite-plugin-css-injected-by-js": "^3.2.1"
}
}