a love letter to tangled (android, iOS, and a search API)
1{
2 "name": "twisted-monorepo",
3 "private": true,
4 "scripts": {
5 "dev": "pnpm --dir apps/twisted dev",
6 "build": "pnpm --dir apps/twisted build",
7 "preview": "pnpm --dir apps/twisted preview",
8 "lint": "pnpm --dir apps/twisted lint",
9 "check": "pnpm --dir apps/twisted check",
10 "test:unit": "pnpm --dir apps/twisted test:unit",
11 "test:e2e": "pnpm --dir apps/twisted test:e2e",
12 "app:cap:run:ios": "pnpm --dir apps/twisted exec cap run ios",
13 "app:cap:run:android": "pnpm --dir apps/twisted exec cap run android",
14 "api:build": "just --justfile packages/api/justfile build",
15 "api:test": "just --justfile packages/api/justfile test",
16 "api:run:api": "just api-dev",
17 "api:run:indexer": "just api-run-indexer"
18 }
19}