{
  "name": "archr",
  "version": "3.0.0",
  "author": "Gavin Lloyd <gavinhungry@gmail.com>",
  "description": "Search for and download Arch Linux packages",
  "license": "MIT",
  "homepage": "https://github.com/gavinhungry/archr",
  "repository": {
    "type": "git",
    "url": "git://github.com/gavinhungry/archr.git"
  },
  "keywords": [
    "linux",
    "archlinux"
  ],
  "main": "lib/archr.js",
  "bin": {
    "archr": "bin/archr"
  },
  "dependencies": {
    "commander": "14.x.x"
  }
}