@privitty/privitty-core-linux-x64 0.3.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.
package/README.md ADDED
@@ -0,0 +1,21 @@
1
+ # @privitty/privitty-core-linux-x64
2
+
3
+ Platform-specific binary package for **Linux (x64)**.
4
+
5
+ This package is automatically installed as an optional dependency of `@privitty/privitty-core` when running on Linux x86_64 systems.
6
+
7
+ ## Direct Installation
8
+
9
+ You normally don't need to install this directly. Instead, install:
10
+
11
+ ```bash
12
+ npm install @privitty/privitty-core
13
+ ```
14
+
15
+ ## Contents
16
+
17
+ - `privitty-server` - Native binary for Linux x64
18
+
19
+ ## License
20
+
21
+ Proprietary - Alanring Technologies Private Limited
package/index.js ADDED
@@ -0,0 +1,2 @@
1
+ // This file is a placeholder - the binary location is resolved by the main package
2
+ module.exports = 'privitty-server';
package/package.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "@privitty/privitty-core-linux-x64",
3
+ "version": "0.3.1",
4
+ "description": "Privitty Core native binary for Linux (x64)",
5
+ "main": "index.js",
6
+ "files": [
7
+ "privitty-server",
8
+ "index.js"
9
+ ],
10
+ "os": ["linux"],
11
+ "cpu": ["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
+ "linux",
21
+ "x64"
22
+ ],
23
+ "author": "Alanring Technologies Private Limited",
24
+ "license": "SEE LICENSE IN LICENSE"
25
+ }
Binary file