mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-06 04:01:57 +02:00
22 lines
421 B
JSON
22 lines
421 B
JSON
{
|
|
"name": "tiktok-dl-core",
|
|
"version": "2.0.0",
|
|
"main": "./index.ts",
|
|
"license": "MIT",
|
|
"description": "TikTok-DL Project Core",
|
|
"dependencies": {
|
|
"got": "^12.0.4",
|
|
"ow": "0.28.1",
|
|
"vm2": "^3.9.9"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint \"+(src)/**/*.ts\" --fix",
|
|
"format": "prettier . --write"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/parser": "5.33.0",
|
|
"eslint": "8.21.0",
|
|
"prettier": "2.7.1"
|
|
}
|
|
}
|