tiktok-api-dl/package.json
2024-02-28 12:19:31 +07:00

45 lines
1.0 KiB
JSON

{
"name": "@tobyg74/tiktok-api-dl",
"version": "1.0.14",
"description": "Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc --build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TobyG74/tiktok-api-dl.git"
},
"keywords": [
"tiktok-api",
"tiktok-downloader",
"tiktok-dl",
"tiktok-nowatermark",
"tiktok",
"musically",
"tiktokv",
"tiktok-user",
"tiktok-stalk"
],
"author": "Tobz",
"contributors": [
"aqulzz",
"nugraizy"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/TobyG74/tiktok-api-dl/issues"
},
"homepage": "https://github.com/TobyG74/tiktok-api-dl#readme",
"dependencies": {
"axios": "^1.3.4",
"cheerio": "^1.0.0-rc.12"
},
"devDependencies": {
"@types/cheerio": "^0.22.31",
"@types/node": "^18.15.11",
"typescript": "^5.0.3"
}
}