UNPKG

tiktok-private-api

Version:

Unofficial TikTok API wrapper for scraping user info and posts.

47 lines (46 loc) 1.22 kB
{ "name": "tiktok-private-api", "version": "0.0.93", "description": "Unofficial TikTok API wrapper for scraping user info and posts.", "exports": "./build/index.js", "type": "commonjs", "scripts": { "build": "npm run clean && tsc && npm run copy-files", "clean": "rm -rf ./build", "copy-files": "copyfiles -u 1 ./src/sdk/*.js ./build/" }, "author": "Athar Ahmed <itsatharahmed@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/atharahmed/tiktok-private-api.git" }, "bugs": { "url": "https://github.com/atharahmed/tiktok-private-api/issues" }, "homepage": "https://github.com/atharahmed/tiktok-private-api#readme", "keywords": [ "tiktok", "scraper", "tiktok-api", "tiktok-private-api", "tiktok-scraper" ], "devDependencies": { "@types/debug": "^4.1.7", "@types/jsdom": "^20.0.0", "@types/qs": "^6.9.7", "copyfiles": "^2.4.1", "rimraf": "^3.0.2", "typescript": "^4.8.3" }, "dependencies": { "canvas": "^2.10.1", "debug": "^4.3.4", "got-cjs": "^12.3.1", "hpagent": "^1.0.0", "http2-wrapper": "^2.1.11", "jsdom": "^20.0.0", "qs": "^6.11.0" } }