UNPKG

fb-video-scrapper

Version:

Scrape and extract facebook video url and thumnails

28 lines (27 loc) 702 B
{ "name": "fb-video-scrapper", "version": "1.0.4", "description": "Scrape and extract facebook video url and thumnails ", "main": "build/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "tsc src/index.ts --outDir build && node build/index.js", "build": "npm run start && cp README.md build/README.md" }, "keywords": [ "facebook-video", "fb-video-extract", "facebook-video", "facebook-mp4" ], "author": "alinauroze@hotmail.com", "license": "ISC", "devDependencies": { "@types/node": "^18.0.6", "typescript": "^4.7.4" }, "dependencies": { "cheerio": "^1.0.0-rc.12", "node-fetch": "^2.6.7" } }