@saipulanuar/tiktok-scraper-ts
Version:
A scraper for tiktok videos, users and more
45 lines • 1.18 kB
JSON
{
"name": "@saipulanuar/tiktok-scraper-ts",
"version": "1.4.0",
"description": "A scraper for tiktok videos, users and more",
"main": "dist/main.js",
"publishConfig": {
"access": "public"
},
"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/saipulanuar/tiktok-scraper.git"
},
"author": "saipulanuar",
"license": "MIT",
"bugs": {
"url": "https://github.com/saipulanuar/tiktok-scraper/issues"
},
"keywords": [
"tiktok-videos-downloader",
"tiktok-video-downloader",
"tiktok-scraper",
"tiktok-downloader",
"tiktok-api",
"tiktok-videos-scraper"
],
"homepage": "https://github.com/saipulanuar/tiktok-scraper#readme",
"devDependencies": {
"@types/node": "^17.0.21",
"@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",
"node-fetch": "^2.6.7",
"puppeteer": "^16.0.0"
}
}