-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 851 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "visionset-monorepo",
"private": true,
"description": "Root workspace for Robomous VisionSet. Version source of truth is the VERSION file.",
"scripts": {
"build": "pnpm -r build",
"check": "bash scripts/check.sh",
"test": "pnpm -r test && pnpm test:scripts",
"test:scripts": "node --test \"tests/scripts/*.test.mjs\"",
"lint": "pnpm -r lint",
"version:sync": "node scripts/sync_versions.mjs",
"version:check": "node scripts/sync_versions.mjs --check",
"generate:client": "node scripts/generate_client.mjs",
"generate:client:check": "node scripts/generate_client.mjs --check",
"bundle:static": "node scripts/bundle_static.mjs"
},
"packageManager": "pnpm@12.4.1",
"devDependencies": {
"@robomous/ui-core": "^0.2.1",
"openapi-typescript": "7.13.0",
"typescript": "^6.0.3"
}
}