-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.36 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@natoboram/switcheroo",
"version": "1.0.17",
"description": "Switch your currently held item for an effective item when clicking on a block.",
"keywords": [
"fabric-mod",
"fabric",
"fabricmc-mod",
"fabricmc",
"minecraft-mod",
"minecraft",
"mod"
],
"homepage": "https://github.com/NatoBoram/switcheroo",
"bugs": {
"url": "https://github.com/NatoBoram/switcheroo/issues"
},
"license": "GPL-3.0-or-later",
"author": {
"name": "Nato Boram",
"url": "https://github.com/NatoBoram"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/NatoBoram"
},
{
"type": "individual",
"url": "https://paypal.me/NatoBoram/5"
}
],
"files": [
"build/libs/*"
],
"repository": "github:NatoBoram/switcheroo",
"scripts": {
"build": "./gradlew build",
"clean": "rm -rf .classpath .factorypath .gradle .project .settings .vscode/launch.json bin build minecraft node_modules remappedSrc switcheroo_client.launch switcheroo_server.launch",
"dev": "./gradlew runClient",
"docs": "./gradlew javadoc",
"format": "prettier --write . && ./gradlew spotlessApply",
"postinstall": "./gradlew downloadAssets && ./gradlew genSources && ./gradlew eclipse && ./gradlew vscode",
"lint": "./gradlew spotlessCheck"
},
"devDependencies": {
"@prettier/plugin-xml": "^3.4.1",
"prettier": "^3.5.3"
},
"private": true,
"type": "module"
}