{
  "name": "node-avd",
  "version": "0.1.2-beta.1",
  "description": "Helps install the Android SDK and emulator, and provides administrative tools",
  "main": "lib/index.js",
  "module": "lib/index.mjs",
  "bin": "lib/bin/index.js",
  "types": "lib/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "require": "./lib/index.js",
      "import": "./lib/index.mjs"
    }
  },
  "bugs": {
    "url": "https://github.com/dongwa/node-avd/issues"
  },
  "homepage": "https://github.com/dongwa/node-avd/issues",
  "scripts": {
    "build": "npx tsup",
    "prepublishOnly": "npm run build",
    "ver": "standard-version",
    "pver": "standard-version -p beta",
    "postversion": "git push",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint --ext .js,.ts ./",
    "example:install": "npm run build && node ./lib/example/install.cjs.js",
    "example:startAvd": "node ./lib/example/startAvd.cjs.js",
    "link:lin": "npm run build && sudo npm uninstall -g node-avd && sudo npm link",
    "link:win": "npm run build && npm uninstall node-avd -g && npm link"
  },
  "standard-version": {
    "skip": {
      "tag": true,
      "commit": true
    }
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "avd",
    "emulator",
    "Android",
    "device",
    "cli",
    "android-device",
    "commandline-tools"
  ],
  "author": "leidonglin@xiaomi.com",
  "license": "ISC",
  "devDependencies": {
    "@types/ini": "^1.3.31",
    "@types/progress-stream": "^2.0.2",
    "@types/single-line-log": "^1.1.0",
    "@typescript-eslint/parser": "^5.8.0",
    "eslint": "^8.5.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "prettier": "^2.5.1",
    "standard-version": "^9.5.0",
    "tsup": "^6.3.0",
    "typescript": "^4.5.4",
    "vitest": "^0.24.3"
  },
  "dependencies": {
    "@types/xml2js": "^0.4.11",
    "commander": "^8.3.0",
    "fast-xml-parser": "^4.0.9",
    "ini": "^2.0.0",
    "node-stream-zip": "^1.15.0",
    "progress-stream": "^2.0.0",
    "single-line-log": "^1.1.2",
    "xml2js": "^0.4.23"
  }
}
