landstrip 0.18.21

Sandbox for coding agents with parametrized state
{
  "name": "@landstrip/landstrip-linux-arm64",
  "version": "0.18.21",
  "description": "Linux arm64 binary for landstrip",
  "license": "Apache-2.0 AND LGPL-2.1-or-later",
  "homepage": "https://github.com/landstrip/landstrip#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/landstrip/landstrip.git"
  },
  "os": [
    "linux"
  ],
  "cpu": [
    "arm64"
  ],
  "files": [
    "bin/landstrip",
    "LICENSE-APACHE-2.0",
    "LICENSE-LGPL-2.1"
  ],
  "publishConfig": {
    "access": "public"
  }
}