-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.26 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.26 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
{
"name": "kortix",
"private": true,
"scripts": {
"env": "./scripts/setup-env.sh",
"dev": "pnpm --filter Kortix-Computer-Frontend dev & pnpm --filter kortix-api dev",
"dev:services": "pnpm --filter kortix-api dev",
"dev:frontend": "pnpm --filter Kortix-Computer-Frontend dev",
"dev:api": "pnpm --filter kortix-api dev",
"build": "pnpm -r run build",
"build:frontend": "pnpm --filter Kortix-Computer-Frontend build",
"typecheck": "pnpm -r run typecheck",
"test:e2e:frontend": "pnpm --dir apps/frontend test:e2e",
"test:e2e:frontend:full": "pnpm --dir apps/frontend test:e2e:full",
"stripe": "stripe listen --forward-to http://localhost:8008/v1/billing/webhooks/stripe",
"setup": "echo 'Run: bash scripts/get-kortix.sh'",
"nuke": "bash scripts/nuke-local.sh",
"nuke:start": "bash scripts/nuke-local.sh --start",
"test:cli": "bash scripts/tests/run-all.sh"
},
"devDependencies": {
"agent-tunnel": "workspace:@kortix/agent-tunnel@*"
},
"pnpm": {
"overrides": {
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7"
}
},
"packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392"
}