UNPKG

yt-dlp-wrap-extended

Version:
41 lines (40 loc) 1.03 kB
{ "name": "yt-dlp-wrap-extended", "version": "2.3.15", "description": "A simple node.js wrapper for yt-dlp.", "files": [ "dist" ], "main": "dist/index.js", "scripts": { "build": "tsc", "test": "mocha --require ts-node/register --timeout 300000 test/**/*.test.ts", "testDebug": "mocha --require ts-node/register --inspect-brk --timeout 300000 test/**/*.test.ts" }, "author": "foxes do code", "repository": { "type": "git", "url": "git+https://github.com/foxesdocode/yt-dlp-wrap.git" }, "keywords": [ "youtube-dl", "youtube-dl-wrapper", "youtube-downloader", "nodejs", "yt-dlp", "yt-dlp-wrapper" ], "license": "MIT", "devDependencies": { "@types/mocha": "9.1.0", "@types/node": "17.0.10", "mocha": "9.2.0", "ts-node": "10.4.0", "typescript": "4.5.4" }, "types": "./dist/index.d.ts", "bugs": { "url": "https://github.com/foxesdocode/yt-dlp-wrap/issues" }, "homepage": "https://github.com/foxesdocode/yt-dlp-wrap#readme" }