@s-blog/engine-win32-x64-msvc 0.1.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/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # `@s-blog/engine-win32-x64-msvc`
2
+
3
+ Platform-specific native binary for `@s-blog/engine` on Windows x64.
4
+
5
+ This package is installed automatically as an optional dependency — you should not need to install it directly.
Binary file
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "@s-blog/engine-win32-x64-msvc",
3
+ "version": "0.1.0",
4
+ "description": "s-blog-engine native binding for Windows x64",
5
+ "license": "MIT",
6
+ "os": ["win32"],
7
+ "cpu": ["x64"],
8
+ "main": "index.win32-x64-msvc.node",
9
+ "files": ["index.win32-x64-msvc.node"],
10
+ "engines": {
11
+ "node": ">= 16"
12
+ }
13
+ }