-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 746 Bytes
/
package.json
File metadata and controls
16 lines (16 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "llm-claim-evaluator",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "pnpm --dir apps/web dev",
"start:docker": "powershell -ExecutionPolicy Bypass -File ./scripts/start-docker.ps1",
"start:db": "powershell -ExecutionPolicy Bypass -File ./scripts/start-db.ps1",
"start:api": "powershell -ExecutionPolicy Bypass -File ./scripts/start-api.ps1",
"start:web": "powershell -ExecutionPolicy Bypass -File ./scripts/start-web.ps1",
"start:local": "powershell -ExecutionPolicy Bypass -File ./scripts/start-local.ps1",
"stop:docker": "powershell -ExecutionPolicy Bypass -File ./scripts/stop-docker.ps1",
"build:web": "pnpm --dir apps/web build",
"test:web": "pnpm --dir apps/web test"
}
}