chore: update to version 1.1.0

This commit is contained in:
TobyG74 2024-03-29 20:02:51 +07:00
parent 4a816a842e
commit e76d3ebbec

View File

@ -1,6 +1,6 @@
{
"name": "@tobyg74/tiktok-api-dl",
"version": "1.0.16",
"version": "1.1.0",
"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",
@ -33,10 +33,10 @@
},
"homepage": "https://github.com/TobyG74/tiktok-api-dl#readme",
"dependencies": {
"async-retry": "^1.3.3",
"axios": "^1.3.4",
"cheerio": "^1.0.0-rc.12",
"node-fetch": "^3.3.2"
"crypto-js": "^4.2.0",
"qs": "^6.12.0"
},
"devDependencies": {
"@types/cheerio": "^0.22.31",