{
  "name": "@lpm-registry/cli",
  "version": "0.65.0",
  "description": "LPM CLI native binary installer for npm",
  "repository": {
    "type": "git",
    "url": "https://github.com/lpm-dev/rust-client"
  },
  "homepage": "https://cli.lpm.dev",
  "license": "MIT OR Apache-2.0",
  "keywords": [
    "lpm",
    "package-manager",
    "registry",
    "cli",
    "npm",
    "private-packages"
  ],
  "bin": {
    "lpm": "bin/lpm",
    "lpx": "bin/lpx"
  },
  "files": [
    "bin",
    "scripts",
    "README.md"
  ],
  "optionalDependencies": {
    "@lpm-registry/cli-darwin-arm64": "0.65.0",
    "@lpm-registry/cli-darwin-x64": "0.65.0",
    "@lpm-registry/cli-linux-arm64": "0.65.0",
    "@lpm-registry/cli-linux-x64": "0.65.0",
    "@lpm-registry/cli-win32-x64": "0.65.0"
  },
  "type": "module",
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "postinstall": "node scripts/install-binary.js",
    "test": "node --test tests/*.test.mjs",
    "pack:check": "npm pack --dry-run --json"
  }
}
