UNPKG

snapsave-media-downloader

Version:

Download Instagram, Facebook, TikTok and Twitter (X) media using snapsave.app downloader

74 lines (73 loc) 1.8 kB
{ "name": "snapsave-media-downloader", "version": "2.4.0", "description": "Download Instagram, Facebook, TikTok and Twitter (X) media using snapsave.app downloader", "type": "module", "scripts": { "build": "unbuild", "prepack": "pnpm build", "lint": "eslint .", "playground": "node playground/index.js", "release": "npm run lint && npm run test && npm run build && changelogen --release", "test": "vitest run --reporter=verbose", "test:types": "tsc --noEmit" }, "keywords": [ "instagram", "facebook", "tiktok", "twitter", "x", "downloader", "media", "photo", "video", "url", "image", "download" ], "author": "ahmedrangel", "license": "MIT", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs" } }, "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/ahmedrangel/snapsave-media-downloader.git" }, "homepage": "https://github.com/ahmedrangel/snapsave-media-downloader#readme", "bugs": { "url": "https://github.com/ahmedrangel/snapsave-media-downloader/issues" }, "changelog": { "repo": { "repo": "ahmedrangel/snapsave-media-downloader", "provider": "github", "domain": "github.com" } }, "devDependencies": { "@stylistic/eslint-plugin": "^5.8.0", "@types/node": "^25.2.3", "@typescript-eslint/parser": "^8.55.0", "changelogen": "^0.6.2", "eslint": "^10.0.0", "typescript": "^5.9.3", "unbuild": "^3.6.1", "vitest": "^4.0.18" }, "dependencies": { "cheerio": "^1.2.0", "ofetch": "^1.5.1", "undici": "^7.22.0" }, "packageManager": "pnpm@10.29.3" }