UNPKG

all-downloader

Version:

Download your favorite videos from online websites with ease

77 lines 1.75 kB
{ "name": "all-downloader", "version": "1.0.2-alpha", "files": [ "dist/", "README.md", "examples/" ], "description": "Download your favorite videos from online websites with ease", "homepage": "https://decryptable.github.io/all-downloader/", "author": { "name": "decryptable", "email": "hello@decryptable.dev", "url": "https://github.com/decryptable" }, "bugs": { "email": "hello@decryptable.dev", "url": "https://github.com/decryptable/all-downloader/issues" }, "repository": { "type": "git", "url": "git+https://github.com/decryptable/all-downloader.git" }, "categories": [ "Other" ], "keywords": [ "instagram", "youtube", "facebook", "tiktok", "vimeo", "downloader", "video-downloader", "yt-dl", "youtube downloader", "instagram downloader", "facebook downloader", "tiktok downloader" ], "license": "UNLICENSED", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs", "default": "./dist/index.iife.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsup", "doc": "typedoc", "test": "jest" }, "devDependencies": { "@types/bun": "latest", "@types/crypto-js": "^4.2.2", "@types/jest": "^29.5.14", "jest": "^29.7.0", "ts-jest": "^29.3.3", "tsup": "^8.4.0", "typedoc": "^0.28.4", "typedoc-material-theme": "^1.4.0", "typedoc-plugin-missing-exports": "^4.0.0" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "crypto-js": "^4.2.0", "uuid": "^11.1.0" } }