{ "name": "youtubei.js", "version": "2.0.0", "description": "A full-featured wrapper around YouTube's private API. Allows you to retrieve info about any video, subscribe, unsubscribe, like, dislike, comment, search, download videos/music and much more!", "main": "index.js", "author": "LuanRT (https://github.com/LuanRT)", "contributors": [ "Wykerd (https://github.com/wykerd/)" ], "funding": "https://ko-fi.com/luanrt", "license": "MIT", "engines": { "node": ">=14" }, "scripts": { "test": "jest", "lint": "eslint ./lib", "lint:fix": "eslint --fix ./lib", "build:types": "npx tsc" }, "types": "./typings/index.d.ts", "directories": { "test": "./test", "typings": "./typings", "examples": "./examples", "lib": "./lib" }, "dependencies": { "axios": "^0.21.4", "flat": "^5.0.2", "protocol-buffers-encodings": "^1.1.1", "user-agents": "^1.0.778", "uuid": "^8.3.2" }, "devDependencies": { "@types/node": "^17.0.31", "eslint": "^8.15.0", "eslint-plugin-jsdoc": "^39.3.2", "jest": "^28.1.0", "typescript": "^4.6.4" }, "repository": { "type": "git", "url": "git+https://github.com/LuanRT/YouTube.js.git" }, "bugs": { "url": "https://github.com/LuanRT/YouTube.js/issues" }, "homepage": "https://github.com/LuanRT/YouTube.js#readme", "keywords": [ "yt", "dl", "ytdl", "youtube", "youtubedl", "youtube-dl", "youtube-downloader", "innertube", "innertubeapi", "unofficial", "downloader", "livechat", "ytmusic", "dislike", "search", "comment", "music", "like", "api" ] }