{
  "name": "@webviewjs/webview-linux-x64-gnu",
  "version": "0.4.6",
  "cpu": [
    "x64"
  ],
  "main": "webview.linux-x64-gnu.node",
  "files": [
    "webview.linux-x64-gnu.node"
  ],
  "description": "Robust cross-platform webview library for Node.js written in Rust. It also works with deno and bun.",
  "keywords": [
    "webview",
    "node",
    "rust",
    "cross-platform",
    "gui"
  ],
  "license": "MIT",
  "engines": {
    "node": ">= 24"
  },
  "repository": "git@github.com:webviewjs/webview.git",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "os": [
    "linux"
  ],
  "libc": [
    "glibc"
  ]
}