singularity-forge/native/npm/linux-arm64-gnu/package.json
Lex Christopherson 6c1c31b91e 2.43.0-next.2
2026-03-24 05:49:23 -06:00

20 lines
391 B
JSON

{
"name": "@gsd-build/engine-linux-arm64-gnu",
"version": "2.43.0-next.2",
"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/gsd-build/gsd-2.git"
}
}