@meffecta/quorum-darwin-arm64 0.1.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 (2) hide show
  1. package/package.json +18 -0
  2. package/quorum +0 -0
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "@meffecta/quorum-darwin-arm64",
3
+ "version": "0.1.1",
4
+ "description": "An autonomous organization of AI agents — boot it in any directory and steer it from a live dashboard. (darwin-arm64 binary)",
5
+ "homepage": "https://quorum.meffecta.com",
6
+ "os": [
7
+ "darwin"
8
+ ],
9
+ "cpu": [
10
+ "arm64"
11
+ ],
12
+ "files": [
13
+ "quorum"
14
+ ],
15
+ "publishConfig": {
16
+ "access": "public"
17
+ }
18
+ }
package/quorum ADDED
Binary file