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",
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user