@mokup/cli 0.0.0 → 0.0.1
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/README.md +7 -0
- package/README.zh-CN.md +7 -0
- package/package.json +3 -2
package/README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# @mokup/cli
|
|
2
|
+
|
|
3
|
+
English | [Chinese](./README.zh-CN.md)
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
The Mokup CLI builds manifests and handler bundles from mock files so they can be used by the runtime, server adapters, and Worker deployments. For detailed usage, see https://mokup.icebreaker.top.
|
package/README.zh-CN.md
ADDED
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mokup/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.1",
|
|
5
5
|
"description": "CLI for building mokup manifests and handlers.",
|
|
6
6
|
"license": "MIT",
|
|
7
|
+
"homepage": "https://mokup.icebreaker.top",
|
|
7
8
|
"repository": {
|
|
8
9
|
"type": "git",
|
|
9
10
|
"url": "git+https://github.com/sonofmagic/mokup.git",
|
|
@@ -32,7 +33,7 @@
|
|
|
32
33
|
"esbuild": "^0.27.2",
|
|
33
34
|
"jsonc-parser": "^3.3.1",
|
|
34
35
|
"pathe": "^2.0.3",
|
|
35
|
-
"@mokup/runtime": "0.0.
|
|
36
|
+
"@mokup/runtime": "0.0.1"
|
|
36
37
|
},
|
|
37
38
|
"devDependencies": {
|
|
38
39
|
"@types/node": "^25.0.9",
|