{
    "name": "adb-ts",
    "version": "6.2.0",
    "description": "A Node.js library for ADB",
    "keywords": [
        "adb",
        "adbkit",
        "adb-js",
        "adb-ts",
        "monkey",
        "adb-monkey",
        "logcat",
        "adb-logcat",
        "android"
    ],
    "bugs": {
        "url": "https://github.com/Maaaartin/adb-ts/issues"
    },
    "license": "Apache-2.0",
    "author": {
        "name": "Martin Svoboda"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/Maaaartin/adb-ts.git"
    },
    "engines": {
        "node": ">=16"
    },
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "private": false,
    "scripts": {
        "test": "npx jest",
        "build": "npx tsc -p tsconfig.json",
        "watch": "rm -rf lib && npx tsc -w -p tsconfig.json",
        "lint": "npx eslint . --max-warnings 0",
        "docs": "npx typedoc --options typedoc.js"
    },
    "devDependencies": {
        "@types/jest": "^29.5.12",
        "@types/node": "16.18.58",
        "@typescript-eslint/eslint-plugin": "^6.21.0",
        "@typescript-eslint/parser": "^6.21.0",
        "eslint": "^8.51.0",
        "eslint-config-prettier": "^9.1.0",
        "eslint-plugin-jest": "^27.9.0",
        "eslint-plugin-prettier": "^5.1.3",
        "jest": "^29.7.0",
        "prettier": "^3.3.2",
        "ts-jest": "^29.1.2",
        "typedoc": "^0.25.13",
        "typescript": "5.3.3"
    },
    "dependencies": {},
    "publishConfig": {
        "registry": "https://registry.npmjs.org/"
    }
}
