forked from futo-org/Harbor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.22 KB
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
29
30
31
32
33
{
"name": "polycentric",
"author": "FUTO",
"packageManager": "pnpm@10.34.5",
"scripts": {
"dev": "turbo run dev --concurrency=20",
"build": "turbo run build",
"clean:cache": "rm -rf .turbo node_modules/.cache/turbo",
"format": "biome format",
"format:fix": "biome format --write",
"generate": "turbo run generate",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"test": "turbo run test --filter='!@polycentric/js-browser' --filter='!@polycentric/react-native'",
"run:ios": "turbo run ios --filter=polycentric-app",
"run:android": "turbo run android --filter=polycentric-app",
"run:web": "turbo run web --filter=polycentric-app",
"test:e2e": "pnpm --filter harbor-e2e test",
"test:e2e:android": "pnpm --filter harbor-e2e test:android",
"test:e2e:ios": "pnpm --filter harbor-e2e test:ios",
"test:e2e:web": "pnpm --filter harbor-e2e test:web",
"ubrn:clean": "pnpm -C packages/react-native ubrn:clean && pnpm -C packages/rs-core-wasm clean",
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "2.5.11",
"@types/react": "~19.2.10",
"husky": "^9.1.7",
"lint-staged": "^17.0.7",
"sharp": "0.35.3",
"turbo": "^2.9.14"
}
}