@pocketshell/win32-x64-msvc 0.0.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/.placeholder +1 -0
- package/package.json +11 -0
package/bin/.placeholder
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Placeholder. The real pocketshell.exe is published by CI on tag release.
|
package/package.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@pocketshell/win32-x64-msvc",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Prebuilt pocketshell host-agent binary (Windows x64). Placeholder release to bootstrap npm trusted publishing; real builds are published by release-host-agent.yml.",
|
|
5
|
+
"homepage": "https://pocketshell.app",
|
|
6
|
+
"repository": { "type": "git", "url": "https://github.com/yashagldit/PocketShell" },
|
|
7
|
+
"license": "Apache-2.0",
|
|
8
|
+
"os": ["win32"],
|
|
9
|
+
"cpu": ["x64"],
|
|
10
|
+
"files": ["bin/"]
|
|
11
|
+
}
|