17 lines
355 B
JSON
17 lines
355 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"lint": "turbo run lint",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.48.0",
|
|
"prettier": "^3.0.3",
|
|
"tsconfig": "workspace:*",
|
|
"turbo": "^1.10.12"
|
|
},
|
|
"packageManager": "pnpm@8.6.10"
|
|
}
|