{
  "name": "@dead50f7/adbkit",
  "version": "2.11.5",
  "description": "A pure Node.js client for the Android Debug Bridge.",
  "keywords": [
    "adb",
    "adbkit",
    "android",
    "logcat",
    "monkey"
  ],
  "bin": {
    "adbkit": "./bin/adbkit"
  },
  "bugs": {
    "url": "https://github.com/dead50f7/adbkit/issues"
  },
  "license": "Apache-2.0",
  "main": "./index",
  "repository": {
    "type": "git",
    "url": "https://github.com/dead50f7/adbkit.git"
  },
  "scripts": {
    "keycode": "node tasks/keycode.js",
    "prepublish": "npm run compile && npm run test",
    "compile": "tsc -p .",
    "lint": "eslint ./ --ext .ts",
    "format": "eslint ./ --fix --ext .ts",
    "test": "npm run lint && mocha --reporter spec --colors --recursive"
  },
  "dependencies": {
    "@devicefarmer/adbkit-logcat": "^2.1.1",
    "@devicefarmer/adbkit-monkey": "^1.2.0",
    "@types/bluebird": "^2.0.33",
    "@types/node-forge": "^0.9.5",
    "bluebird": "~2.9.24",
    "commander": "^9.1.0",
    "debug": "^4.3.4",
    "node-forge": "^1.3.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.7",
    "@types/node": "^14.18.12",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "bench": "~0.3.5",
    "chai": "~2.2.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^6.12.0",
    "eslint-plugin-prettier": "^3.4.1",
    "eslint-plugin-progress": "0.0.1",
    "mocha": "^9.2.2",
    "prettier": "^2.6.1",
    "sinon": "~1.14.1",
    "sinon-chai": "~2.7.0",
    "typescript": "^4.4.4"
  },
  "engines": {
    "node": ">= 0.10.4"
  },
  "files": [
    "/bin/",
    "/lib/**/*.js",
    "/lib/**/*.d.ts",
    "/index.js",
    "/index.d.ts"
  ],
  "types": "./index.d.ts"
}
