-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 809 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 809 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
29
30
31
32
33
{
"name": "@outfitting/monorepo",
"version": "0.2.0",
"workspaces": {
"packages": [
"installer",
"documentation"
],
"catalogs": {
"types": {
"@types/node": "25.6.0"
},
"build": {
"@typescript/native-preview": "7.0.0-dev.20260501.1",
"oxlint": "1.62.0",
"oxfmt": "0.47.0",
"oxlint-tsgolint": "0.22.1",
"typescript": "6.0.3",
"wrangler": "4.87.0"
}
}
},
"type": "module",
"scripts": {
"check:catalog": "bun scripts/check-catalog-usage.ts",
"check:outdated": "bun scripts/check-outdated-catalog.ts",
"format": "oxfmt",
"format:global": "bun run --filter @outfitting/documentation --filter @outfitting/installer format"
},
"devDependencies": {
"oxfmt": "^0.47.0"
}
}