-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.58 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
34
35
36
37
38
{
"name": "linkshell",
"private": true,
"version": "0.5.52",
"packageManager": "[email protected]",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"node-pty"
]
},
"scripts": {
"postinstall": "chmod +x node_modules/.pnpm/node-pty@*/node_modules/node-pty/prebuilds/darwin-*/spawn-helper 2>/dev/null || true",
"build": "pnpm -r build",
"typecheck": "pnpm -r typecheck",
"test": "pnpm -r --if-present --workspace-concurrency=1 test",
"devbuild": "pnpm --filter @linkshell/app devbuild",
"devbuild:ios": "pnpm --filter @linkshell/app devbuild:ios",
"devbuild:iphone": "pnpm --filter @linkshell/app devbuild:ios:device",
"devbuild:iphone:install": "pnpm --filter @linkshell/app devbuild:ios:device:install",
"devbuild:android": "pnpm --filter @linkshell/app devbuild:android",
"prod:ios": "pnpm --filter @linkshell/app prod:ios",
"prod:ios:open": "pnpm --filter @linkshell/app prod:ios:open",
"prod:ios:quick": "pnpm --filter @linkshell/app prod:ios:quick",
"prod:android": "pnpm --filter @linkshell/app prod:android",
"prod:android:apk": "pnpm --filter @linkshell/app prod:android:apk",
"prod:android:quick": "pnpm --filter @linkshell/app prod:android:quick",
"dev:gateway": "pnpm --filter @linkshell/gateway dev",
"dev:cli": "pnpm --filter linkshell-cli dev",
"dev:app": "pnpm --filter @linkshell/app start",
"dev:ios": "pnpm --filter @linkshell/app start:lan",
"dev:web": "pnpm --filter @linkshell/web-debug dev"
},
"devDependencies": {
"@types/node": "^22.15.29",
"typescript": "^5.8.3"
}
}