20 lines
387 B
JSON
20 lines
387 B
JSON
{
|
|
"name": "@singularity-forge/engine-darwin-x64",
|
|
"version": "2.74.0",
|
|
"description": "GSD native engine binary for macOS Intel",
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"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"
|
|
}
|
|
}
|