42 lines
960 B
JSON
42 lines
960 B
JSON
{
|
|
"name": "@tobyg74/tiktok-api-dl",
|
|
"version": "1.0.2-new",
|
|
"description": "Scrapper for download Video, Image, Music from Tiktok",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"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"
|
|
],
|
|
"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": {
|
|
"axios": "^1.3.4",
|
|
"cheerio": "^1.0.0-rc.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cheerio": "^0.22.31",
|
|
"@types/node": "^18.15.11",
|
|
"typescript": "^5.0.3"
|
|
}
|
|
}
|