singularity-forge/native/npm/win32-x64-msvc/package.json
2026-04-15 13:38:15 +02:00

20 lines
397 B
JSON

{
"name": "@singularity-forge/engine-win32-x64-msvc",
"version": "2.74.0",
"description": "GSD native engine binary for Windows x64 (MSVC)",
"os": [
"win32"
],
"cpu": [
"x64"
],
"main": "gsd_engine.node",
"files": [
"gsd_engine.node"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/singularity-forge/sf-run.git"
}
}