@mokup/playground 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 ADDED
@@ -0,0 +1,7 @@
1
+ # @mokup/playground
2
+
3
+ English | [Chinese](./README.zh-CN.md)
4
+
5
+ ## Overview
6
+
7
+ A standalone UI for browsing, testing, and debugging Mokup mock routes. For detailed usage, see https://mokup.icebreaker.top.
@@ -0,0 +1,7 @@
1
+ # @mokup/playground
2
+
3
+ [English](./README.md) | 中文
4
+
5
+ ## 概览
6
+
7
+ 用于浏览、测试与调试 Mokup mock 路由的独立 UI。完整文档见 https://mokup.icebreaker.top。
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@mokup/playground",
3
3
  "type": "module",
4
- "version": "0.0.0",
4
+ "version": "0.0.1",
5
5
  "description": "Static playground UI for mokup mock APIs.",
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",