diff --git a/package.json b/package.json index 27ada11..47b6f7b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tobyg74/tiktok-api-dl", - "version": "1.3.2", - "description": "Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users", + "version": "1.3.3", + "description": "Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users, getting user posts, likes, comments, followers and following.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { @@ -39,7 +39,6 @@ "cheerio": "^1.0.0-rc.12", "commander": "^11.0.0", "crypto-js": "^4.2.0", - "g": "^2.0.1", "https-proxy-agent": "^7.0.5", "jsdom": "^26.0.0", "node-fetch": "^2.7.0", @@ -54,5 +53,8 @@ "@types/node": "^18.15.11", "@types/qs": "^6.9.17", "typescript": "^5.0.3" + }, + "peerDependencies": { + "canvas": "^3.1.2" } }