{ "name": "@tobyg74/tiktok-api-dl", "version": "1.2.2", "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": "jest test/utils.test.ts", "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": { "async-retry": "^1.3.3", "axios": "^1.3.4", "cheerio": "^1.0.0-rc.12", "crypto-js": "^4.2.0", "https-proxy-agent": "^7.0.5", "qs": "^6.12.0", "socks-proxy-agent": "^8.0.4", "uuid": "^10.0.0" }, "devDependencies": { "@types/cheerio": "^0.22.31", "@types/node": "^18.15.11", "@types/qs": "^6.9.17", "jest-cli": "^29.7.0", "typescript": "^5.0.3" } }