@privitty/privitty-core-darwin-universal 0.3.6
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/index.js +2 -0
- package/package.json +25 -0
- package/privitty-server +0 -0
package/index.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@privitty/privitty-core-darwin-universal",
|
|
3
|
+
"version": "0.3.6",
|
|
4
|
+
"description": "Privitty Core native binary for macOS (universal: arm64 + x64)",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"files": [
|
|
7
|
+
"privitty-server",
|
|
8
|
+
"index.js"
|
|
9
|
+
],
|
|
10
|
+
"os": ["darwin"],
|
|
11
|
+
"cpu": ["arm64","x64"],
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "https://github.com/privitty/privitty-core.git"
|
|
15
|
+
},
|
|
16
|
+
"keywords": [
|
|
17
|
+
"privitty",
|
|
18
|
+
"native",
|
|
19
|
+
"binary",
|
|
20
|
+
"macos",
|
|
21
|
+
"arm64"
|
|
22
|
+
],
|
|
23
|
+
"author": "Alanring Technologies Private Limited",
|
|
24
|
+
"license": "SEE LICENSE IN LICENSE"
|
|
25
|
+
}
|
package/privitty-server
ADDED
|
Binary file
|