20 lines
401 B
JSON
20 lines
401 B
JSON
{
|
|
"name": "@singularity-forge/engine-linux-arm64-gnu",
|
|
"version": "2.74.0",
|
|
"description": "GSD native engine binary for Linux ARM64 (glibc)",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"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"
|
|
}
|
|
}
|