@ai-matrx/capture 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/capture
2
+
3
+ Reserved for the AI Matrx opinionated camera and media-capture package. This `0.0.0` release reserves the canonical package name; the implementation is being built separately.
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@ai-matrx/capture",
3
+ "version": "0.0.0",
4
+ "description": "Reserved for the AI Matrx opinionated camera and media-capture 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/capture"
11
+ },
12
+ "homepage": "https://github.com/AI-Matrix-Engine/aidream",
13
+ "files": ["README.md"],
14
+ "publishConfig": { "access": "public" }
15
+ }