Files
tiktok-dl/package.json
Hanif Dwy Putra S a3a0c2a95c chore: update turbo, and husky. And, using ESM
Signed-off-by: GitHub <noreply@github.com>
2022-05-23 01:09:15 +00:00

28 lines
535 B
JSON

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