15 lines
322 B
JSON
15 lines
322 B
JSON
{
|
|
"name": "super-todo-monorepo",
|
|
"private": true,
|
|
"packageManager": "pnpm@8.15.4",
|
|
"scripts": {
|
|
"dev": "turbo dev",
|
|
"build": "turbo build",
|
|
"lint": "turbo lint",
|
|
"clean": "turbo clean && rm -rf node_modules"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "latest"
|
|
}
|
|
}
|