@alloy-framework/webrtc-darwin-arm64 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.
package/alloy-manager ADDED
Binary file
package/alloy-worker ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "@alloy-framework/webrtc-darwin-arm64",
3
+ "version": "0.1.0",
4
+ "description": "Alloy WebRTC 네이티브 바이너리 — macOS Apple Silicon (ARM64)",
5
+ "os": ["darwin"],
6
+ "cpu": ["arm64"],
7
+ "files": [
8
+ "alloy-manager",
9
+ "alloy-worker"
10
+ ],
11
+ "license": "MIT",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/saytohenry/alloy-framework.git"
15
+ }
16
+ }