-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.55 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
{
"name": "screencapture",
"version": "0.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:gameview": "pnpm --filter @screencapture/gameview build",
"build:game": "pnpm --filter @screencapture/game build",
"build:nui": "pnpm --filter @screencapture/nui build",
"build:metrics": "pnpm --filter @screencapture/metrics-worker build",
"dev:metrics": "pnpm --filter @screencapture/metrics-worker dev",
"deploy:metrics": "pnpm --filter @screencapture/metrics-worker deploy",
"types:live-worker": "pnpm --filter @screencapture/live-worker types",
"typecheck:live-worker": "pnpm --filter @screencapture/live-worker typecheck",
"build:live-worker": "pnpm --filter @screencapture/live-worker build",
"dev:live-worker": "pnpm --filter @screencapture/live-worker dev",
"deploy:live-worker": "pnpm --filter @screencapture/live-worker deploy",
"dev:docs": "pnpm --filter @screencapture/docs dev",
"build:docs": "pnpm --filter @screencapture/docs build",
"preview:docs": "pnpm --filter @screencapture/docs preview",
"check:docs-worker": "pnpm --filter @screencapture/docs check:deploy",
"deploy:docs": "pnpm --filter @screencapture/docs deploy",
"build:live-sdk": "pnpm --filter @screencapture/live build",
"build": "pnpm turbo build"
},
"keywords": [],
"author": "itschip",
"license": "MIT",
"devDependencies": {
"@sentry/cli": "^2.42.2",
"prettier": "^3.3.3",
"turbo": "^2.1.2",
"typescript": "^5.5.3"
},
"packageManager": "pnpm@9.11.0"
}