20 lines
397 B
JSON
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"
|
|
}
|
|
}
|