{
    "name": "@u4/adbkit",
    "version": "5.1.6",
    "description": "A Typescript client for the Android Debug Bridge.",
    "type": "module",
    "keywords": [
        "adb",
        "adbkit",
        "android",
        "logcat",
        "typescript",
        "monkey",
        "scrcpy"
    ],
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.js"
        }
    },
    "bin": {
        "adbkit": "./bin/adbkit"
    },
    "bugs": {
        "url": "https://github.com/UrielCh/adbkit/issues"
    },
    "license": "Apache-2.0",
    "funding": "https://github.com/sponsors/urielch",
    "author": {
        "name": "openstf",
        "email": "contact@openstf.io",
        "url": "https://uriel.ovh"
    },
    "contributors": [
        {
            "name": "uriel chemouni",
            "email": "uchemouni@gmail.com",
            "url": "https://uriel.ovh"
        }
    ],
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "repository": {
        "type": "git",
        "url": "https://github.com/UrielCh/adbkit.git"
    },
    "scripts": {
        "clean": "rimraf dist",
        "keycode": "tsx tasks/keycode.ts",
        "servicemap": "tsx tasks/servicemap.ts",
        "prepublish": "npm run clean && npm run compile",
        "docker-clean": "npx --yes modclean -r",
        "docs": "typedoc --entryPointStrategy expand",
        "compile": "tsc -p .",
        "build": "tsc -p .",
        "lint": "eslint  ./ --ext .ts",
        "format": "eslint ./ --ext .ts --fix",
        "test": "mocha -r tsx --reporter spec --colors test/**/*.ts",
        "test2": "mocha -r tsx --reporter spec --colors test/adb/thirdparty/**/*.ts",
        "test3": "mocha -r tsx --reporter spec --colors test/adb/command/host-transport/serviceCall.ts",
        "typetest": "npx --yes @arethetypeswrong/cli --pack .",
        "ncu": "npx npm-check-updates -i"
    },
    "dependencies": {
        "@u4/adbkit-logcat": "2.1.2",
        "@u4/adbkit-monkey": "^1.0.5",
        "@u4/minicap-prebuilt": "^1.1.2",
        "@xmldom/xmldom": "^0.9.8",
        "commander": "14.0.0",
        "debug": "~4.4.1",
        "get-port": "7.1.0",
        "node-forge": "^1.3.1",
        "promise-duplex": "^8.0.0",
        "promise-readable": "^8.0.1",
        "protobufjs": "^7.5.3",
        "xpath": "^0.0.34"
    },
    "devDependencies": {
        "@jest/globals": "^30.0.4",
        "@types/debug": "^4.1.12",
        "@types/jest": "^30.0.0",
        "@types/mocha": "^10.0.10",
        "@types/node": "^24.0.10",
        "@types/node-forge": "^1.3.12",
        "@types/sinon": "^17.0.4",
        "@types/sinon-chai": "^4.0.0",
        "@typescript-eslint/eslint-plugin": "^8.35.1",
        "@typescript-eslint/parser": "^8.35.1",
        "chai": "~5.2.0",
        "eslint": "^9.30.1",
        "jest": "^30.0.4",
        "mocha": "~11.7.1",
        "picocolors": "^1.1.1",
        "prettier": "^3.6.2",
        "rimraf": "^6.0.1",
        "sinon": "~21.0.0",
        "sinon-chai": "~4.0.0",
        "tsx": "^4.20.3",
        "typedoc": "^0.28.7",
        "typedoc-plugin-rename-defaults": "^0.7.3",
        "typescript": "5.8.3",
        "why-is-node-running": "^3.2.2"
    },
    "engines": {
        "node": ">= 12.20.0"
    },
    "files": [
        "dist",
        "bin"
    ]
}
