handle errors
This commit is contained in:
parent
e01a5fb47d
commit
8c33caadd6
74
package.json
74
package.json
@ -1,38 +1,40 @@
|
||||
{
|
||||
"name": "@tobyg74/tiktok-api-dl",
|
||||
"version": "1.0.3",
|
||||
"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"],
|
||||
"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"
|
||||
}
|
||||
"name": "@tobyg74/tiktok-api-dl",
|
||||
"version": "1.0.2",
|
||||
"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"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user