UNPKG

tiktok-scraper-ts-updated

Version:
45 lines (44 loc) 1.16 kB
{ "name": "tiktok-scraper-ts-updated", "version": "1.4.4", "description": "A scraper for tiktok videos, users and more", "main": "dist/main.js", "scripts": { "start": "tsc && node dist/main.js", "build:docs": "npx typedoc src/main.ts", "build:lib": "npx tsup" }, "repository": { "type": "git", "url": "git+https://github.com/philosofonusus/tiktok-scraper.git" }, "author": "naseif", "license": "MIT", "bugs": { "url": "https://github.com/philosofonusus/tiktok-scraper/issues" }, "keywords": [ "tiktok-videos-downloader", "tiktok-video-downloader", "tiktok-scraper", "tiktok-downloader", "tiktok-api", "tiktok-videos-scraper" ], "homepage": "https://github.com/philosofonusus/tiktok-scraper#readme", "devDependencies": { "@types/node": "^17.0.45", "@types/node-fetch": "^2.6.1", "tsup": "^5.12.0", "typedoc": "^0.22.12", "typescript": "^4.5.5" }, "dependencies": { "cheerio": "^1.0.0-rc.12", "miniget": "^4.2.2", "netscape-cookies-parser": "^1.0.2", "node-fetch": "^2.6.7", "puppeteer": "^22.11.2", "tiktok-signature": "^1.9.2" } }