tiktok-api-dl/package.json
2023-10-08 16:57:08 +07:00

42 lines
1016 B
JSON

{
"name": "@tobyg74/tiktok-api-dl",
"version": "1.0.7",
"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": {
"test": "echo \"Error: no test specified\" && exit 1",
"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"
],
"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"
}
}