-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 910 Bytes
/
package.json
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
{
"name": "qwaroo",
"version": "3.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*",
"packages/config/*"
],
"scripts": {
"lint": "pnpm turbo --concurrency=50 lint",
"format": "pnpm turbo --concurrency=50 format",
"check": "pnpm turbo --concurrency=50 check",
"build": "pnpm turbo --concurrency=50 build",
"build:packages": "pnpm turbo --concurrency=50 --filter=./packages/* build",
"test": "pnpm check && pnpm turbo --concurrency=50 test",
"pretty": "pnpm lint && pnpm format",
"dev": "pnpm turbo --concurrency=50 dev",
"graph": "npx nx@latest graph"
},
"devDependencies": {
"@biomejs/biome": "1.4.1",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}