mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-05 19:51:57 +02:00
23 lines
417 B
JSON
23 lines
417 B
JSON
{
|
|
"name": "tktk",
|
|
"version": "1.5.0",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"husky": "^7.0.4",
|
|
"turbo": "^1.1.2"
|
|
},
|
|
"workspaces": [
|
|
"packages/*",
|
|
"apps/*"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev --parallel",
|
|
"lint": "turbo run lint",
|
|
"prepare": "husky install"
|
|
},
|
|
"packageManager": "yarn@3.2.0"
|
|
}
|