singularity-forge/native/npm/linux-arm64-gnu/package.json
Lex Christopherson 4883ed1e99 2.25.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 23:47:17 -06:00

20 lines
384 B
JSON

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