2026-03-13 14:36:18 -06:00
|
|
|
{
|
2026-03-13 14:46:57 -06:00
|
|
|
"name": "@gsd-build/engine-linux-x64-gnu",
|
2026-03-16 21:37:57 -06:00
|
|
|
"version": "2.24.0",
|
2026-03-13 14:36:18 -06:00
|
|
|
"description": "GSD native engine binary for Linux x64 (glibc)",
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|