forked from winsznx/routedock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 877 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 877 Bytes
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
{
"name": "routedock",
"private": true,
"scripts": {
"build": "pnpm -r build",
"dev": "pnpm -r --parallel dev",
"typecheck": "pnpm -r typecheck",
"lint": "pnpm -r lint",
"stress:test": "pnpm exec tsx scripts/stress_test.ts",
"version": "changeset version",
"release": "pnpm run release:build && changeset publish",
"release:build": "pnpm --filter @routedock/nulth-sdk build && pnpm --filter @routedock/routedock build && pnpm --filter @routedock/mcp-server build",
"verify": "bash scripts/verify.sh",
"prepare": "git config core.hooksPath .githooks 2>/dev/null || true"
},
"devDependencies": {
"@changesets/changelog-github": "^0.7.0",
"tsx": "^4.22.4",
"typescript": "^5.4.5"
},
"dependencies": {
"@changesets/cli": "^2.31.0"
},
"packageManager": "pnpm@9.15.9",
"engines": {
"node": ">=22"
}
}