@devyrpauli/mddocs 0.1.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.
@@ -0,0 +1,6 @@
1
+ {
2
+ "bundleVersion": "0.1.0",
3
+ "commitSha": "49c4e619045b08016dc76eb4d0f30025f465f822",
4
+ "releaseDate": "2026-06-13T04:02:04.551Z",
5
+ "compatibilityNote": "Opaque web bundle for explicit external consumers. No shared runtime source is supported."
6
+ }
package/package.json ADDED
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "@devyrpauli/mddocs",
3
+ "version": "0.1.0",
4
+ "description": "Local-first, git-native collaborative Markdown: real-time multiplayer, comments and suggestions, and an HTTP API for AI agents. Self-hostable, built on proof-sdk.",
5
+ "type": "module",
6
+ "bin": {
7
+ "mddocs": "bin.mjs"
8
+ },
9
+ "files": [
10
+ "bin.mjs",
11
+ "cli.mjs",
12
+ "dist",
13
+ "README.md",
14
+ "LICENSE",
15
+ "NOTICE.md"
16
+ ],
17
+ "engines": {
18
+ "node": ">=20"
19
+ },
20
+ "keywords": [
21
+ "markdown",
22
+ "collaboration",
23
+ "real-time",
24
+ "git",
25
+ "local-first",
26
+ "self-hosted",
27
+ "editor",
28
+ "ai-agents",
29
+ "crdt",
30
+ "yjs"
31
+ ],
32
+ "repository": {
33
+ "type": "git",
34
+ "url": "git+https://github.com/devYRPauli/mddocs.git"
35
+ },
36
+ "homepage": "https://github.com/devYRPauli/mddocs#readme",
37
+ "bugs": {
38
+ "url": "https://github.com/devYRPauli/mddocs/issues"
39
+ },
40
+ "author": "Yash Raj Pandey",
41
+ "license": "MIT"
42
+ }