{
    "name": "@dolbyio/dolbyio-rest-apis-client",
    "version": "6.3.0",
    "description": "Node.JS wrapper for the Dolby OptiView REST APIs",
    "main": "dist/index.js",
    "scripts": {
        "build": "tsc && babel ./src --out-dir dist --extensions .ts",
        "docs": "typedoc",
        "prettier": "prettier --write .",
        "watch_docs": "npm-watch docs"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/DolbyIO/dolbyio-rest-apis-client-node.git"
    },
    "author": "Fabien Lavocat <fabien.lavocat@dolby.com>",
    "license": "MIT",
    "keywords": [
        "nodejs",
        "api",
        "sdk",
        "rest",
        "rest-api",
        "webrtc",
        "dolbyio",
        "optiview",
        "millicast"
    ],
    "files": [
        "dist/*",
        "README.md"
    ],
    "watch": {
        "docs": {
            "patterns": [
                "src"
            ],
            "extensions": "ts",
            "quiet": false
        }
    },
    "devDependencies": {
        "@babel/cli": "^7.28.6",
        "@babel/core": "^7.29.0",
        "@babel/preset-env": "^7.29.0",
        "@babel/preset-typescript": "^7.28.5",
        "@types/follow-redirects": "^1.14.4",
        "@types/node": "^25.6.2",
        "babel-plugin-inline-replace-variables": "^1.3.1",
        "npm-watch": "^0.13.0",
        "prettier": "^3.8.3",
        "typedoc": "^0.28.19",
        "typedoc-plugin-mdn-links": "^5.1.1",
        "typescript": "^6.0.3"
    },
    "dependencies": {
        "follow-redirects": "^1.16.0",
        "js-logger": "^1.6.1"
    }
}
