forked from ryoppippi/ccusage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
98 lines (91 loc) · 2.2 KB
/
pnpm-workspace.yaml
File metadata and controls
98 lines (91 loc) · 2.2 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
packages:
- apps/*
- docs
- packages/*
catalogMode: strict
catalogs:
build:
'@oxc-project/runtime': ^0.82.3
tsdown: ^0.16.6
unplugin-macros: ^0.18.0
unplugin-unused: ^0.5.2
docs:
'@ryoppippi/vite-plugin-cloudflare-redirect': ^1.1.3
typedoc: ^0.28.18
typedoc-plugin-markdown: ^4.11.0
typedoc-vitepress-theme: ^1.1.2
vitepress: 2.0.0-alpha.17
vitepress-plugin-group-icons: ^1.7.2
vitepress-plugin-llms: ^1.12.0
wrangler: ^4.32.0
lint:
'@ryoppippi/eslint-config': ^0.4.0
eslint: ^9.33.0
eslint-plugin-format: ^1.0.2
oxfmt: ^0.23.0
publint: ^0.3.12
llm-docs:
'@gunshi/docs': ^0.27.5
'@praha/byethrow-docs': ^0.9.0
release:
bumpp: ^10.2.3
changelogithub: ^13.16.1
clean-pkg-json: ^1.3.0
lint-staged: ^16.1.5
pkg-pr-new: ^0.0.60
runtime:
'@antfu/utils': ^9.2.1
'@hono/mcp': ^0.1.5
'@hono/node-server': ^1.19.7
'@modelcontextprotocol/sdk': ^1.24.3
'@praha/byethrow': ^0.6.3
'@ryoppippi/limo': jsr:^0.2.2
'@std/async': jsr:^1.0.14
ansi-escapes: ^7.0.0
cli-table3: ^0.6.5
consola: ^3.4.2
es-toolkit: ^1.39.10
fast-sort: ^3.4.1
get-stdin: ^9.0.0
gunshi: ^0.26.3
hono: ^4.9.2
nano-spawn: ^1.0.3
p-limit: ^7.1.0
path-type: ^6.0.0
picocolors: ^1.1.1
pretty-ms: ^9.2.0
string-width: ^7.2.0
tinyglobby: ^0.2.14
type-fest: ^4.41.0
valibot: ^1.1.0
xdg-basedir: ^5.1.0
zod: ^4.1.13
testing:
fs-fixture: ^2.8.1
vitest: ^4.1.2
types:
'@types/bun': ^1.3.5
'@types/node': ^24.10.1
'@types/react': ^19.1.13
'@typescript/native-preview': ^7.0.0-dev.20251225.1
enablePrePostScripts: true
minimumReleaseAge: 2880
minimumReleaseAgeExclude:
- '@ryoppippi/vite-plugin-cloudflare-redirect'
- vitepress
- vitepress-plugin-group-icons
- vitepress-plugin-llms
- typedoc
- typedoc-plugin-markdown
# Security settings for supply chain attack prevention
strictDepBuilds: true
blockExoticSubdeps: true
trustPolicy: no-downgrade
# Explicitly allow build scripts for packages that require them
# (replaces onlyBuiltDependencies)
allowBuilds:
esbuild: true
sharp: true
sqlite3: true
workerd: true
shellEmulator: true