UNPKG

snapsave-media-downloader

Version:

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

72 lines (71 loc) 1.75 kB
{ "name": "snapsave-media-downloader", "version": "2.2.1", "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": "^4.4.0", "@types/node": "^22.15.21", "@typescript-eslint/parser": "^8.32.1", "changelogen": "^0.6.1", "eslint": "^9.27.0", "typescript": "^5.8.3", "unbuild": "^3.5.0", "vitest": "^3.1.4" }, "dependencies": { "cheerio": "^1.0.0" }, "packageManager": "pnpm@10.11.0" }