mirror of
https://github.com/vercel/turborepo.git
synced 2025-12-23 09:19:46 +00:00
17 lines
393 B
JSON
17 lines
393 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"lint": "turbo run lint",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
|
},
|
|
"devDependencies": {
|
|
"@turbo/gen": "^1.9.7",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-custom": "workspace:*",
|
|
"prettier": "^2.5.1",
|
|
"turbo": "^1.9.7"
|
|
},
|
|
"packageManager": "pnpm@7.15.0"
|
|
}
|