{
  "name": "@tauri-apps/cli-linux-x64-musl",
  "version": "2.11.2",
  "cpu": [
    "x64"
  ],
  "main": "cli.linux-x64-musl.node",
  "files": [
    "cli.linux-x64-musl.node"
  ],
  "description": "Command line interface for building Tauri apps",
  "homepage": "https://github.com/tauri-apps/tauri#readme",
  "contributors": [
    "Tauri Programme within The Commons Conservancy"
  ],
  "license": "Apache-2.0 OR MIT",
  "engines": {
    "node": ">= 10"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tauri-apps/tauri.git"
  },
  "bugs": {
    "url": "https://github.com/tauri-apps/tauri/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "os": [
    "linux"
  ],
  "libc": [
    "musl"
  ]
}