-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 862 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"dependencies": {
"@nestjs/mapped-types": "*"
},
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"back:dev": "pnpm -F @voidflag/api dev",
"front:dev": "pnpm -F @voidflag/frontend dev",
"tree": "pnpm --package=tree-node-cli dlx tree",
"ext:push": "git subtree push --prefix=packages/vscode-extension https://github.com/C1ANCYSz/voidflag-vscode.git main",
"sdk:push": "git subtree push --prefix=packages/sdk https://github.com/C1ANCYSz/VoidFlag-TS.git main",
"test:dev": "pnpm -F @voidflag/test dev"
},
"devDependencies": {
"prettier": "^3.8.1",
"prettier-plugin-prisma": "^5.0.0",
"turbo": "^2.0.0"
},
"packageManager": "pnpm@10.30.0"
}