@er-npm/scraper
Version:
A comprehensive toolkit for downloading audio and video content from YouTube, social media platforms, and various streaming services. This tool integrates advanced AI functionalities for enhanced media processing.
52 lines • 1.35 kB
JSON
{
"name": "@er-npm/scraper",
"version": "1.1.23",
"description": "A comprehensive toolkit for downloading audio and video content from YouTube, social media platforms, and various streaming services. This tool integrates advanced AI functionalities for enhanced media processing.",
"main": "src/index.js",
"module": "src/index.mjs",
"exports": {
"require": "./src/index.js",
"import": "./src/index.mjs"
},
"author": "ErNewDev0",
"license": "Unlicense",
"repository": {
"type": "git",
"url": "https://github.com/ErBots/npm-yt.git"
},
"keywords": [
"scraper",
"youtube",
"video-downloader",
"audio-downloader",
"social-media",
"streaming",
"ai",
"media-processing",
"npm-package",
"api-compiler",
"apis"
],
"dependencies": {
"axios": "latest",
"conventional-changelog-conventionalcommits": "^8.0.0",
"gpti": "latest",
"node-fetch": "^2.6.11",
"os": "latest",
"path": "^0.12.7",
"unlimited-ai": "latest",
"xnxx-dl": "latest",
"youtubei.js": "latest"
},
"devDependencies": {
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-unused-imports": "^4.1.4",
"prettier": "^3.5.1",
"typescript": "^5.7.2"
},
"package": {
"json": "1.1.0"
}
}