@tacticremote/server-win32-x64 1.8.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/LICENSE +28 -0
- package/bin/tacticremote-server.exe +0 -0
- package/package.json +18 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
Proprietary Software License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 TacticSpace Tech (https://tacticspacetech.com/). All rights reserved.
|
|
4
|
+
|
|
5
|
+
This software and associated documentation files (the "Software") are proprietary
|
|
6
|
+
and confidential. Unauthorized copying, modification, distribution, or use of
|
|
7
|
+
this Software, via any medium, is strictly prohibited.
|
|
8
|
+
|
|
9
|
+
The Software is provided for personal, non-commercial use only. You may:
|
|
10
|
+
- Download and use the Software for personal purposes
|
|
11
|
+
- Report bugs and suggest improvements
|
|
12
|
+
|
|
13
|
+
You may NOT:
|
|
14
|
+
- Copy, modify, or distribute the source code
|
|
15
|
+
- Reverse engineer, decompile, or disassemble the Software
|
|
16
|
+
- Use the Software for commercial purposes without written permission
|
|
17
|
+
- Sublicense, sell, or transfer the Software to third parties
|
|
18
|
+
|
|
19
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
23
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
24
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25
|
+
SOFTWARE.
|
|
26
|
+
|
|
27
|
+
For licensing inquiries, visit https://tacticspacetech.com/ or contact
|
|
28
|
+
through the repository.
|
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@tacticremote/server-win32-x64",
|
|
3
|
+
"version": "1.8.0",
|
|
4
|
+
"description": "Tactic Remote server binary — win32-x64",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
6
|
+
"files": [
|
|
7
|
+
"bin/tacticremote-server.exe",
|
|
8
|
+
"LICENSE"
|
|
9
|
+
],
|
|
10
|
+
"os": ["win32"],
|
|
11
|
+
"cpu": ["x64"],
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "https://github.com/TacticSpaceTech/TacticRemote"
|
|
15
|
+
},
|
|
16
|
+
"homepage": "https://tacticremote.com",
|
|
17
|
+
"author": "TacticSpace Tech <support@tacticremote.com>"
|
|
18
|
+
}
|