ytdlp_video_processor
Version:
A configurable yt-dlp wrapper to download YouTube videos
35 lines • 959 B
JSON
{
"name": "ytdlp_video_processor",
"version": "0.0.6",
"description": "A configurable yt-dlp wrapper to download YouTube videos",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/totallynotdavid/ytdlp_video_processor.git"
},
"keywords": [
"YouTube",
"download",
"audio-converter"
],
"author": "David Duran <david@caefisica.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/totallynotdavid/ytdlp_video_processor/issues"
},
"homepage": "https://github.com/totallynotdavid/ytdlp_video_processor#readme",
"devDependencies": {
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"prettier": "^3.1.1"
},
"scripts": {
"test": "jest",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"prettier": "prettier --write .",
"postinstall": "node -v > .nvmrc"
}
}