mochi-framework 0.0.1-placeholder.0

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +22 -0
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # mochi-framework
2
+
3
+ Name placeholder — the real package is on its way.
4
+
5
+ Mochi is an experimental SSR framework for Svelte 5 + Bun with islands-based selective hydration.
6
+
7
+ → [github.com/khromov/mochi](https://github.com/khromov/mochi)
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "mochi-framework",
3
+ "version": "0.0.1-placeholder.0",
4
+ "description": "Name placeholder — real package coming soon. See https://github.com/khromov/mochi",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/khromov/mochi.git"
9
+ },
10
+ "homepage": "https://github.com/khromov/mochi#readme",
11
+ "bugs": {
12
+ "url": "https://github.com/khromov/mochi/issues"
13
+ },
14
+ "keywords": [
15
+ "svelte",
16
+ "bun",
17
+ "ssr",
18
+ "framework",
19
+ "islands",
20
+ "hydration"
21
+ ]
22
+ }