mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-06 04:01:57 +02:00
fix(lib): remove chromium and use basic request instead
This commit is contained in:
@@ -4,10 +4,8 @@
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chrome-aws-lambda": "^10.1.0",
|
||||
"got": "^11.8.2",
|
||||
"ow": "^0.28.1",
|
||||
"puppeteer-core": "^11.0.0"
|
||||
"ow": "^0.28.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.3.0",
|
||||
@@ -15,7 +13,6 @@
|
||||
"@vercel/node": "^1.12.1",
|
||||
"eslint": "^8.2.0",
|
||||
"eslint-config-google": "^0.14.0",
|
||||
"puppeteer": "^11.0.0",
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user