@ernestoyoofi/yt.loader-to
Version:
An unofficial, promise-based API wrapper for `loader.to` to fetch YouTube video information and generate download links. Written in TypeScript, it's fully typed and easy to use in any Node.js project.
41 lines (40 loc) • 1.23 kB
JSON
{
"name": "@ernestoyoofi/yt.loader-to",
"description": "An unofficial, promise-based API wrapper for `loader.to` to fetch YouTube video information and generate download links. Written in TypeScript, it's fully typed and easy to use in any Node.js project.",
"version": "1.8.0",
"main": "./lib/main.js",
"directories": {
"lib": "lib"
},
"devDependencies": {
"rimraf": "^6.0.1"
},
"scripts": {
"clean": "rimraf dist",
"watch": "npm run clean && tsc --watch",
"build": "node ./rm-build.js && tsc && cp README.md package.json dist/",
"build-win": "node ./rm-build.js && tsc && copy README.md dist\\ && copy package.json dist\\"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ernestoyoofi/yt.loader-to.git"
},
"keywords": [
"Youtube-dowloader",
"nodejs-module",
"youtube",
"axios",
"scrapper"
],
"dependencies": {
"axios": "^1.10.0",
"cheerio": "^1.1.0",
"url": "^0.11.4"
},
"author": "Ernestoyoofi",
"license": "MIT",
"bugs": {
"url": "https://github.com/ernestoyoofi/yt.loader-to/issues"
},
"homepage": "https://github.com/ernestoyoofi/yt.loader-to#readme"
}