UNPKG

btch-downloader

Version:
55 lines (54 loc) 1.12 kB
{ "name": "btch-downloader", "version": "4.1.27-lts", "description": "Social Media Downloader.", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "pub": "npm run build && npm publish", "test": "tsc && node test/test.mjs" }, "keywords": [ "AIO", "Instagram", "TikTok", "Facebook", "YouTube", "Twitter", "MediaFire", "Capcut", "Gdrive", "Pinterest" ], "author": "Tio", "license": "MIT", "devDependencies": { "@types/node": "^24.3.0", "docdash": "^2.0.2", "typescript": "^5.2.2" }, "repository": { "type": "git", "url": "git+https://github.com/hostinger-bot/btch-downloader.git" }, "bugs": { "url": "https://github.com/hostinger-bot/btch-downloader/issues" }, "homepage": "https://github.com/hostinger-bot/btch-downloader#readme", "directories": { "doc": "docs", "test": "test" }, "publishConfig": { "tag": "latest" }, "dependencies": { "lodash": "^4.17.21", "undici-types": "^7.10.0" } }