-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "@futureself/root",
"private": true,
"scripts": {
"dev": "turbo run dev",
"dev:api": "turbo run dev --filter=@futureself/api",
"dev:web": "turbo run dev --filter=@futureself/web",
"build": "turbo run build",
"build:api": "turbo run build --filter=@futureself/api",
"build:web": "turbo run build --filter=@futureself/web",
"test": "turbo run test",
"lint": "turbo run lint",
"deploy:api": "turbo run deploy --filter=@futureself/api",
"deploy:web": "turbo run deploy --filter=@futureself/web"
},
"devDependencies": {
"turbo": "^2.9.14"
},
"packageManager": "pnpm@11.2.2+sha512.36e6621fad506178936455e70247b8808ef4ec25797a9f437a93281a020484e2607f6a469a22e982987c3dbb8866e3071514ab10a4a1749e06edcd1ec118436f"
}