UNPKG

@dolbyio/dolbyio-rest-apis-client

Version:
48 lines (47 loc) 1.31 kB
{ "name": "@dolbyio/dolbyio-rest-apis-client", "version": "5.1.0", "description": "Node.JS wrapper for the Dolby.io REST APIs", "main": "dist/index.js", "scripts": { "build": "tsc && babel ./src --out-dir dist --extensions .ts", "docs": "typedoc", "prettier": "prettier --write ." }, "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" ], "files": [ "dist/*", "README.md" ], "devDependencies": { "@babel/cli": "^7.24.7", "@babel/core": "^7.24.7", "@babel/preset-env": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@types/follow-redirects": "^1.14.4", "@types/node": "^20.14.5", "babel-plugin-inline-replace-variables": "^1.3.1", "prettier": "^3.3.2", "typedoc": "^0.25.13", "typedoc-plugin-mdn-links": "^3.1.30", "typescript": "^5.4.5" }, "dependencies": { "follow-redirects": "^1.15.6", "js-logger": "^1.6.1" } }