tiktok-api-dl/package.json
2023-04-03 21:16:11 +07:00

31 lines
798 B
JSON

{
"name": "@tobyg74/tiktok-api-dl",
"version": "1.0.2",
"description": "Scrapper for download Video, Image, Music from Tiktok",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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",
"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"
}
}