{
    "name": "yt-dlp-wrap-plus",
    "version": "2.5.0",
    "description": "A simple node.js wrapper for yt-dlp.",
    "files": [
        "dist"
    ],
    "main": "dist/index.js",
    "scripts": {
        "prepare": "tsc",
        "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": "aandrew-me",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/aandrew-me/yt-dlp-wrap.git"
    },
    "keywords": [
        "youtube-dl",
        "youtube-dl-wrapper",
        "youtube-downloader",
        "nodejs",
        "yt-dlp",
        "yt-dlp-wrapper"
    ],
    "license": "MIT",
    "devDependencies": {
        "@types/mocha": "^10.0.10",
        "@types/node": "^24.10.0",
        "mocha": "^11.7.5",
        "ts-node": "^10.9.2",
        "typescript": "^5.9.3"
    }
}
