singularity-forge/native/npm/darwin-x64/package.json
Lex Christopherson 44ebe47c83 2.43.0-next.7
2026-03-24 09:52:34 -06:00

20 lines
377 B
JSON

{
"name": "@gsd-build/engine-darwin-x64",
"version": "2.43.0-next.7",
"description": "GSD native engine binary for macOS Intel",
"os": [
"darwin"
],
"cpu": [
"x64"
],
"main": "gsd_engine.node",
"files": [
"gsd_engine.node"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/gsd-build/gsd-2.git"
}
}