mccode-ai 1.18.21 → 1.18.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +15 -3
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.23",
|
|
4
4
|
"name": "mccode-ai",
|
|
5
|
-
"description": "MCCODE-AI — Minecraft-first fork of OpenCode
|
|
5
|
+
"description": "MCCODE-AI — Open-source Minecraft-first fork of OpenCode for building Paper/Spigot/Purpur/Folia plugins, Fabric/NeoForge mods, Skript scripts, Bedrock addons and Discord bots. Interviews, verifies versions online and plans in plans/ — not affiliated with anomalyco/opencode.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"private": false,
|
|
@@ -11,7 +11,19 @@
|
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "https://github.com/NOTBOOSTER/mccode.git"
|
|
13
13
|
},
|
|
14
|
-
"keywords": [
|
|
14
|
+
"keywords": [
|
|
15
|
+
"minecraft",
|
|
16
|
+
"paper",
|
|
17
|
+
"spigot",
|
|
18
|
+
"fabric",
|
|
19
|
+
"mod",
|
|
20
|
+
"plugin",
|
|
21
|
+
"skript",
|
|
22
|
+
"opencode",
|
|
23
|
+
"ai",
|
|
24
|
+
"cli",
|
|
25
|
+
"mccode"
|
|
26
|
+
],
|
|
15
27
|
"publishConfig": {
|
|
16
28
|
"access": "public",
|
|
17
29
|
"registry": "https://registry.npmjs.org/"
|