singularity-forge/native/npm/linux-arm64-gnu/package.json

21 lines
384 B
JSON
Raw Normal View History

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