@ai-matrx/messaging 0.0.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 +3 -0
  2. package/package.json +15 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @ai-matrx/messaging
2
+
3
+ Reserved for the AI Matrx real-time direct and group messaging package. This `0.0.0` release reserves the canonical package name; it does not contain an implementation yet.
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@ai-matrx/messaging",
3
+ "version": "0.0.0",
4
+ "description": "Reserved for the AI Matrx real-time direct and group messaging package.",
5
+ "license": "MIT",
6
+ "sideEffects": false,
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/AI-Matrix-Engine/aidream.git",
10
+ "directory": "apps/shared/messaging"
11
+ },
12
+ "homepage": "https://github.com/AI-Matrix-Engine/aidream",
13
+ "files": ["README.md"],
14
+ "publishConfig": { "access": "public" }
15
+ }