@xbibzlibrary/tiktokscrap
Version:
Powerful TikTok Scraper and Downloader Library
70 lines (69 loc) • 1.82 kB
JSON
{
"name": "@xbibzlibrary/tiktokscrap",
"version": "1.0.1-released",
"description": "Powerful TikTok Scraper and Downloader Library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --watch",
"test": "jest",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/**/*.ts"
},
"keywords": [
"tiktok",
"scraper",
"downloader",
"video",
"photo",
"api"
],
"author": {
"name": "Xbibz Official",
"telegram": "t.me/XbibzOfficial",
"tiktok": "tiktok.com/@xbibzofficiall"
},
"license": "MIT",
"dependencies": {
"@types/user-agents": "^1.0.4",
"axios": "^1.6.0",
"axios-cookiejar-support": "^6.0.4",
"buffer": "^6.0.3",
"cheerio": "^1.0.0-rc.12",
"fs-extra": "^11.1.1",
"node-fetch": "^3.3.2",
"path-browserify": "^1.0.1",
"stream-browserify": "^3.0.0",
"tough-cookie": "^4.1.3",
"user-agents": "^1.0.0",
"util": "^0.12.5"
},
"devDependencies": {
"@types/fs-extra": "^11.0.2",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.0",
"@types/tough-cookie": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/XbibzOfficial/tiktokscrap.git"
},
"bugs": {
"url": "https://github.com/XbibzOfficial/tiktokscrap/issues"
},
"homepage": "https://github.com/XbibzOfficial/tiktokscrap#readme",
"donate": {
"ko-fi": "ko-fi.com/XbibzOfficial"
}
}