singularity-forge/native/npm/darwin-arm64/package.json
2026-04-15 13:38:15 +02:00

20 lines
391 B
JSON

{
"name": "@singularity-forge/engine-darwin-arm64",
"version": "2.74.0",
"description": "GSD native engine binary for macOS ARM64",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"main": "gsd_engine.node",
"files": [
"gsd_engine.node"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/singularity-forge/sf-run.git"
}
}