mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-05 19:51:57 +02:00
29 lines
565 B
JSON
29 lines
565 B
JSON
{
|
|
"name": "tktk",
|
|
"version": "2.0.0",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"husky": "9.1.7",
|
|
"turbo": "1.13.4"
|
|
},
|
|
"workspaces": [
|
|
"packages/*",
|
|
"apps/*"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev --parallel",
|
|
"lint": "turbo run lint --parallel",
|
|
"format": "turbo run format --parallel",
|
|
"prepare": "husky install",
|
|
"start": "turbo run start"
|
|
},
|
|
"packageManager": "yarn@4.9.3",
|
|
"engines": {
|
|
"node": ">=14.x"
|
|
},
|
|
"type": "module"
|
|
}
|