handle errors

This commit is contained in:
TobyG74 2023-04-08 17:09:48 +07:00
parent e01a5fb47d
commit 8c33caadd6

View File

@ -1,38 +1,40 @@
{ {
"name": "@tobyg74/tiktok-api-dl", "name": "@tobyg74/tiktok-api-dl",
"version": "1.0.3", "version": "1.0.2",
"description": "Scrapper for download Video, Image, Music from Tiktok", "description": "Scrapper for download Video, Image, Music from Tiktok",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --build" "build": "tsc --build"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/TobyG74/tiktok-api-dl.git" "url": "git+https://github.com/TobyG74/tiktok-api-dl.git"
}, },
"keywords": [ "keywords": [
"tiktok-api", "tiktok-api",
"tiktok-downloader", "tiktok-downloader",
"tiktok-dl", "tiktok-dl",
"tiktok-nowatermark", "tiktok-nowatermark",
"tiktok" "tiktok"
], ],
"author": "Tobz", "author": "Tobz",
"contributors": ["aqulzz"], "contributors": [
"license": "ISC", "aqulzz"
"bugs": { ],
"url": "https://github.com/TobyG74/tiktok-api-dl/issues" "license": "ISC",
}, "bugs": {
"homepage": "https://github.com/TobyG74/tiktok-api-dl#readme", "url": "https://github.com/TobyG74/tiktok-api-dl/issues"
"dependencies": { },
"axios": "^1.3.4", "homepage": "https://github.com/TobyG74/tiktok-api-dl#readme",
"cheerio": "^1.0.0-rc.12" "dependencies": {
}, "axios": "^1.3.4",
"devDependencies": { "cheerio": "^1.0.0-rc.12"
"@types/cheerio": "^0.22.31", },
"@types/node": "^18.15.11", "devDependencies": {
"typescript": "^5.0.3" "@types/cheerio": "^0.22.31",
} "@types/node": "^18.15.11",
"typescript": "^5.0.3"
}
} }