-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.43 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
{
"name": "otomat",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "pnpm --filter @otomat/web dev",
"back": "pnpm --filter @otomat/local-daemon start",
"build": "pnpm -r run build && pnpm run boundaries",
"test": "pnpm -r run test",
"typecheck": "pnpm -r run typecheck",
"lint": "oxlint apps packages",
"format": "oxfmt apps packages",
"format:check": "oxfmt --check apps packages",
"boundaries": "node scripts/import-boundaries.mjs",
"guardrails": "node --test scripts/guardrails.test.mjs && node scripts/guardrails.mjs",
"smoke:dist": "pnpm --filter @otomat/local-daemon smoke:dist",
"check": "pnpm run format:check && pnpm run lint && pnpm run guardrails && pnpm run build && pnpm run typecheck && pnpm run smoke:dist && pnpm run test",
"desktop:dev": "node apps/desktop/scripts/dev.mjs",
"desktop:package": "pnpm --filter @otomat/desktop package:mac",
"db:migrate": "pnpm --filter @otomat/db run migrate",
"prepare": "lefthook install"
},
"devDependencies": {
"@otomat/tooling": "workspace:*",
"@typescript/native-preview": "7.0.0-dev.20260707.2",
"lefthook": "^2.1.10",
"oxfmt": "~0.59.0",
"oxlint": "^1.74.0"
},
"engines": {
"node": ">=22.12.0"
},
"packageManager": "pnpm@11.8.0+sha512.c1f5e7c4cb241c8f174b743851d82f42b802324afc8b0f116b96adb15aa06664948dde36960a3ba1079ba5b4b29dd0140135b94b5b5f5263592249d68e555f26"
}