UNPKG

snapsave-media-downloader

Version:

Download Instagram, Facebook and TikTok media using snapsave.app downloader

70 lines (69 loc) 1.71 kB
{ "name": "snapsave-media-downloader", "version": "2.1.1", "description": "Download Instagram, Facebook and TikTok 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", "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": "^2.11.0", "@types/node": "^22.10.1", "@typescript-eslint/parser": "^8.16.0", "changelogen": "^0.5.7", "eslint": "^9.14.0", "typescript": "^5.7.2", "unbuild": "^2.0.0", "vitest": "^2.1.6" }, "dependencies": { "cheerio": "^1.0.0" }, "packageManager": "pnpm@9.14.4" }