npx runs with --ignore-scripts, skipping postinstall. The loader now creates node_modules/@gsd/* symlinks pointing to packages/* before importing cli.js, so @gsd/* packages resolve without postinstall. Bumps to v2.10.12. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
385 B
JSON
20 lines
385 B
JSON
{
|
|
"name": "@gsd-build/engine-linux-arm64-gnu",
|
|
"version": "2.10.12",
|
|
"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"
|
|
}
|
|
}
|