{
  "name": "android-sdk-client",
  "version": "1.2.5",
  "description": "Display list of available files of SDK repository",
  "bin": {
    "android-sdk-client": "cli.js"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "eslint ."
  },
  "files": [
    "cli.js",
    "index.js"
  ],
  "author": "Peter Bakondy",
  "license": "MIT",
  "keywords": [
    "android",
    "android-sdk",
    "sdk",
    "client",
    "platform",
    "source",
    "google",
    "download",
    "url",
    "addon"
  ],
  "dependencies": {
    "axios": "^0.19.0",
    "es6-promise": "^4.2.8",
    "humanize": "0.0.9",
    "meow": "^5.0.0",
    "mkdirp": "^0.5.1",
    "xml2js": "^0.4.22"
  },
  "devDependencies": {
    "eslint": "^6.6.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pbakondy/android-sdk-client.git"
  },
  "bugs": {
    "url": "https://github.com/pbakondy/android-sdk-client/issues"
  },
  "homepage": "https://github.com/pbakondy/android-sdk-client#readme"
}
