mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-05 19:51:57 +02:00
26 lines
618 B
JSON
26 lines
618 B
JSON
{
|
|
"name": "tktk",
|
|
"version": "1.0.0",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.3.0",
|
|
"@typescript-eslint/parser": "^5.3.0",
|
|
"@vercel/node": "^1.12.1",
|
|
"eslint": "^8.2.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"puppeteer": "^11.0.0",
|
|
"typescript": "^4.4.4"
|
|
},
|
|
"scripts": {
|
|
"build": "echo build",
|
|
"lint": "eslint \"./lib/**/*.ts\" \"./types/*.ts\" \"./api/**/*.ts\" --fix"
|
|
}
|
|
}
|