-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.25 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": "tom-protocol-workspace",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm -r run build",
"test": "vitest run",
"test:e2e": "playwright test --config=scripts/e2e/playwright.config.ts",
"test:e2e:headed": "playwright test --config=scripts/e2e/playwright.config.ts --headed",
"test:e2e:ui": "playwright test --config=scripts/e2e/playwright.config.ts --ui",
"test:e2e:report": "playwright show-report scripts/e2e/reports/html",
"dev:infra-client": "pnpm --filter tom-infra-web-client dev",
"build:infra-client": "pnpm --filter tom-infra-web-client build",
"smoke:observability": "./scripts/smoke-observability.sh",
"smoke:observability:wait": "./scripts/smoke-observability.sh --wait 30",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"clean": "pnpm -r run clean",
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@commitlint/cli": "^20.4.1",
"@commitlint/config-conventional": "^20.4.1",
"@playwright/test": "^1.58.2",
"claude-atelier": "^0.28.2",
"husky": "^9.1.7",
"typescript": "^5.7.0",
"vitest": "^3.0.0"
},
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=20.0.0"
},
"version": "2.1.0"
}