Files
tiktok-dl/package.json
Hanif Dwy Putra S 952fdac385 chore: add start command
Signed-off-by: Hanif Dwy Putra S <hanifdwyputrasembiring@gmail.com>
2022-10-01 03:43:15 +00:00

29 lines
564 B
JSON

{
"name": "tktk",
"version": "2.0.0",
"main": "index.js",
"private": true,
"license": "MIT",
"devDependencies": {
"husky": "8.0.1",
"turbo": "1.4.2"
},
"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@3.2.2",
"engines": {
"node": ">=14.x"
},
"type": "module"
}