@moneko/core 4.8.0-beta.1 → 4.8.0-beta.3
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moneko/core",
|
|
3
|
-
"version": "4.8.0-beta.
|
|
3
|
+
"version": "4.8.0-beta.3",
|
|
4
4
|
"description": "@moneko/core",
|
|
5
5
|
"main": "lib/index.mjs",
|
|
6
6
|
"type": "module",
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"bin": {
|
|
13
13
|
"mo": "lib/bin/index.mjs",
|
|
14
14
|
"pure-lint": "lib/bin/pure-lint.mjs",
|
|
15
|
-
"commit-lint": "lib/bin/commit-lint.mjs"
|
|
15
|
+
"commit-lint": "lib/bin/commit-lint.mjs",
|
|
16
|
+
"mo-mcp": "lib/mcp/index.mjs"
|
|
16
17
|
},
|
|
17
18
|
"exports": {
|
|
18
19
|
".": {
|
|
@@ -116,8 +117,7 @@
|
|
|
116
117
|
}
|
|
117
118
|
},
|
|
118
119
|
"./package.json": "./package.json",
|
|
119
|
-
"./lib/polyfills/public-path.mjs": "./lib/polyfills/public-path.mjs"
|
|
120
|
-
"./mcp": "./lib/mcp/index.mjs"
|
|
120
|
+
"./lib/polyfills/public-path.mjs": "./lib/polyfills/public-path.mjs"
|
|
121
121
|
},
|
|
122
122
|
"keywords": [
|
|
123
123
|
"moneko",
|
|
@@ -153,6 +153,10 @@
|
|
|
153
153
|
"webpack-hot-middleware": "2.26.1",
|
|
154
154
|
"webpack-merge": "6.0.1"
|
|
155
155
|
},
|
|
156
|
+
"devDependenices": {
|
|
157
|
+
"@modelcontextprotocol/sdk": "1.29.0",
|
|
158
|
+
"zod": "4.3.6"
|
|
159
|
+
},
|
|
156
160
|
"publishConfig": {
|
|
157
161
|
"access": "public",
|
|
158
162
|
"registry": "https://registry.npmjs.org"
|
|
File without changes
|
|
File without changes
|