@streamapp/desktop-darwin-arm64 0.5.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/bin/stream-desktop +0 -0
- package/package.json +15 -0
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@streamapp/desktop-darwin-arm64",
|
|
3
|
+
"version": "0.5.0",
|
|
4
|
+
"description": "stream-desktop binary for macOS arm64 — loaded by @streamapp/desktop (Stream Desktop)(配对 + 桌面控制均可用,桌面控制走 AX;arm64 尚未在真机上验过)",
|
|
5
|
+
"os": ["darwin"],
|
|
6
|
+
"cpu": ["arm64"],
|
|
7
|
+
"files": ["bin/"],
|
|
8
|
+
"scripts": {
|
|
9
|
+
"prepack": "node ../../../../scripts/assert-npm-artifact.mjs"
|
|
10
|
+
},
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"publishConfig": {
|
|
13
|
+
"access": "public"
|
|
14
|
+
}
|
|
15
|
+
}
|