vesmara 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.
Files changed (1) hide show
  1. package/package.json +9 -0
package/package.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "vesmara",
3
+ "version": "0.0.1",
4
+ "description": "Reserved name placeholder - see the vesmaro project: standalone local-first memory server for AI agents (MCP)",
5
+ "repository": { "type": "git", "url": "git+https://github.com/vesmaro/vesmaro.git" },
6
+ "homepage": "https://github.com/vesmaro/vesmaro",
7
+ "license": "Apache-2.0",
8
+ "readme": "This package name is reserved for the vesmaro project (https://github.com/vesmaro/vesmaro) - a standalone, local-first memory & knowledge server for AI agents (MCP). This placeholder will be superseded by the official release."
9
+ }