{
    "name": "roku-debug",
    "version": "0.23.16",
    "description": "Debug adapter for Roku application development using Node.js",
    "main": "dist/index.js",
    "scripts": {
        "build": "npm run clean && tsc",
        "clean": "node -e \"require('fs').rmSync('dist', {recursive: true, force: true})\"",
        "preversion": "npm run build && npm run lint && npm run test",
        "lint": "eslint \"src/**\"",
        "audit": "npm audit || audit-ci --config ./audit-ci.jsonc",
        "watch": "tsc --watch",
        "test": "nyc mocha \"src/**/*spec.ts\" --exclude \"src/**/*.device.spec.ts\"",
        "device-test": "mocha --spec \"src/**/*.device.spec.ts\"",
        "test:nocover": "mocha \"src/**/*.spec.ts\" --exclude \"src/**/*.device.spec.ts\"",
        "package": "npm run build && npm pack"
    },
    "typings": "dist/index.d.ts",
    "repository": {
        "type": "git",
        "url": "https://github.com/rokucommunity/roku-debug"
    },
    "bin": {
        "roku-debug": "dist/cli.js"
    },
    "author": "RokuCommunity",
    "license": "MIT",
    "mocha": {
        "require": [
            "source-map-support/register",
            "ts-node/register"
        ],
        "watchFiles": [
            "src/**/*"
        ],
        "timeout": 2000,
        "fullTrace": true,
        "watchExtensions": [
            "ts"
        ]
    },
    "nyc": {
        "include": [
            "src/**/!(*.spec).ts"
        ],
        "extension": [
            ".ts"
        ],
        "require": [
            "ts-node/register",
            "source-map-support/register"
        ],
        "reporter": [
            "text-summary",
            "html",
            "lcovonly"
        ],
        "sourceMap": true,
        "instrument": true,
        "check-coverage": false,
        "lines": 100,
        "statements": 100,
        "functions": 100,
        "branches": 100
    },
    "devDependencies": {
        "@types/chai": "^4.2.22",
        "@types/dateformat": "~3",
        "@types/debounce": "^1.2.1",
        "@types/dedent": "^0.7.0",
        "@types/find-in-files": "^0.5.1",
        "@types/fs-extra": "^9.0.13",
        "@types/glob": "^7.2.0",
        "@types/mocha": "^10.0.10",
        "@types/node": "^16.18.126",
        "@types/request": "^2.48.8",
        "@types/semver": "^7.3.9",
        "@types/sinon": "^10.0.6",
        "@types/ws": "^8.18.1",
        "@types/yargs": "^15.0.5",
        "@typescript-eslint/eslint-plugin": "^5.27.0",
        "@typescript-eslint/parser": "^5.27.0",
        "audit-ci": "^7.1.0",
        "chai": "^4.3.4",
        "dedent": "^0.7.0",
        "eslint": "^8.1.0",
        "eslint-plugin-no-only-tests": "^2.6.0",
        "get-port": "^5.1.1",
        "jszip": "^3.10.1",
        "mocha": "^10.8.2",
        "nyc": "^15.1.0",
        "p-defer": "^4.0.0",
        "rxjs": "^7.4.0",
        "sinon": "^11.1.2",
        "source-map-support": "^0.5.20",
        "ts-node": "^10.4.0",
        "typescript": "^4.7.2",
        "undent": "^1.0.1"
    },
    "overrides": {
        "serialize-javascript": "^7.0.5"
    },
    "dependencies": {
        "@rokucommunity/logger": "^0.4.0",
        "@types/request": "^2.48.8",
        "@vscode/debugadapter": "^1.68.0",
        "@vscode/debugprotocol": "^1.68.0",
        "brighterscript": "^0.73.0",
        "dateformat": "^4.6.3",
        "debounce": "^1.2.1",
        "eol": "^0.9.1",
        "eventemitter3": "^4.0.7",
        "fast-glob": "^3.2.11",
        "find-in-files": "^0.5.0",
        "fs-extra": "^10.0.0",
        "glob": "^7.2.0",
        "natural-orderby": "^2.0.3",
        "portfinder": "^1.0.32",
        "postman-request": "^2.88.1-postman.48",
        "replace-in-file": "^6.3.2",
        "replace-last": "^1.2.6",
        "roku-deploy": "^3.17.7",
        "semver": "^7.5.4",
        "serialize-error": "^8.1.0",
        "smart-buffer": "^4.2.0",
        "source-map": "^0.7.4",
        "telnet-client": "^1.4.9",
        "ws": "^8.18.3",
        "xml2js": "^0.5.0",
        "yargs": "^16.2.0"
    }
}
