-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
196 lines (196 loc) · 10.1 KB
/
Copy pathpackage.json
File metadata and controls
196 lines (196 loc) · 10.1 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
{
"name": "kirjolab",
"private": true,
"packageManager": "npm@11",
"engines": {
"node": "24.20.0",
"npm": ">=11 <12"
},
"devEngines": {
"packageManager": {
"name": "npm",
"onFail": "error"
}
},
"overrides": {
"@cloudflare/puppeteer@1.2.0": {
"@puppeteer/browsers": "3.0.6"
},
"fast-uri": "3.1.6",
"postcss": {
"nanoid": "3.3.18"
},
"typed-rest-client": {
"qs": "6.16.0"
}
},
"vibeTemplate": {
"source": "https://github.com/bebraw/vibe-template",
"baseline": "4386a397be47008e8497c331033b50e108b6698f",
"updates": [
"2026-06-09-node-24-npm-baseline",
"2026-06-10-capability-kits",
"2026-06-11-mutation-quality-gate",
"2026-06-12-affected-guardrails",
"2026-06-12-incremental-local-mutation",
"2026-06-13-affected-unit-tests",
"2026-06-13-github-only-mutation-ci",
"2026-06-13-relative-stryker-concurrency",
"2026-06-14-agent-ci-warm-cache",
"2026-06-14-agent-sync-entrypoint",
"2026-06-17-advisory-fallow-diagnostics",
"2026-06-17-shared-affected-file-utils",
"2026-07-08-typescript-7-typecheck",
"2026-07-10-playwright-1-61-ci-image",
"2026-07-12-remove-readme-screenshot",
"2026-07-13-agent-ci-progress",
"2026-07-13-agent-ci-progress-events",
"2026-07-14-agent-ci-cache-isolation",
"2026-07-14-scope-prettier-to-owned-files",
"2026-07-14-prettier-content-cache",
"2026-07-14-oxlint-correctness-gate",
"2026-07-15-quality-gate-progress",
"2026-07-16-keep-mutation-explicit",
"2026-07-16-deterministic-worker-types",
"2026-07-17-fingerprint-pwa-shell",
"2026-07-17-native-local-ci",
"2026-07-22-pre-push-deep-quality",
"2026-07-22-engineering-quality-skills",
"2026-07-25-dependency-cost-diagnostic",
"2026-07-30-validate-adr-registry",
"2026-07-30-local-workers-tests",
"2026-07-30-relax-npm-version-hint",
"2026-07-30-clean-disposable-state",
"2026-07-30-refresh-core-tooling",
"2026-07-30-playwright-1-62-ci-image",
"2026-07-30-fallow-3-diagnostics",
"2026-07-31-cloudflare-mcp-skill-baseline",
"2026-07-31-scope-local-agent-ci",
"2026-07-31-manual-ci-dispatch",
"2026-08-03-bound-pr-mutation-ci",
"2026-08-03-repository-local-wayfinder",
"2026-08-03-repository-local-spec-tdd",
"2026-08-03-readme-skill-catalog",
"2026-08-03-record-template-provenance",
"2026-08-17-dependency-toolchain-refresh",
"2026-08-17-bound-instrumented-mutation-fixtures",
"2026-08-18-replace-pr-mutation-with-dry-run",
"2026-08-31-compact-agent-skills",
"2026-09-03-actionable-mutation-reporting",
"2026-09-04-bound-npm-audit-retries"
]
},
"scripts": {
"build": "npm run build:css && npm run build:browser-shell && npm run build:pdf-worker",
"build:browser-shell": "node ./scripts/build-browser-shell.mjs",
"build:css": "mkdir -p ./.generated && tailwindcss -i ./src/tailwind-input.css -o ./.generated/styles.css --minify",
"build:model-companion": "mkdir -p ./.generated && esbuild src/model-companion.ts --bundle --platform=node --format=esm --target=node24 --outfile=.generated/model-companion.mjs",
"build:paper-import-package": "node ./scripts/build-paper-import-package.mjs",
"build:pdf-worker": "node ./scripts/build-pdf-worker.mjs",
"check:adrs": "node ./scripts/check-adr-registry.mjs",
"ci:local": "npm run quality:gate",
"ci:local:container": "node ./scripts/run-local-ci.mjs",
"ci:local:container:retry": "local-ci retry",
"deploy": "node ./scripts/deploy-production.mjs",
"deploy:corpus": "node ./scripts/deploy-research-corpus.mjs",
"deploy:corpus:dry-run": "node ./scripts/deploy-research-corpus.mjs --dry-run-only",
"deploy:dry-run": "node ./scripts/deploy-production.mjs --dry-run-only",
"dev": "node --env-file-if-exists=.env ./scripts/run-dev.mjs",
"dev:corpus": "CLOUDFLARE_LOAD_DEV_VARS_FROM_DOT_ENV=false HOME=$PWD wrangler dev --local --config wrangler.corpus.jsonc --config wrangler.jsonc --ip 127.0.0.1 --port 8788 --log-level error --show-interactive-dev-session=false",
"dev:worker": "KIRJOLAB_BROWSER_SHELL_MODE=development CLOUDFLARE_LOAD_DEV_VARS_FROM_DOT_ENV=false HOME=$PWD wrangler dev --local --ip 127.0.0.1 --port 8787 --var AUTH_MODE:local --inspector-ip 127.0.0.1 --inspector-port 9229 --log-level error --show-interactive-dev-session=false",
"diagnostics:codebase": "npm run diagnostics:readability && npm run diagnostics:type-aware && npm run diagnostics:health",
"diagnostics:dependencies": "node ./scripts/report-dependency-costs.mjs",
"diagnostics:pdf-references": "node ./scripts/run-pdf-reference-quality-report.mjs",
"diagnostics:citation-providers": "node ./scripts/run-citation-provider-diagnostics.mjs",
"diagnostics:health": "fallow health --score --hotspots --targets --type-aware --type-coupling --quiet --no-cache",
"diagnostics:prepush": "node ./scripts/run-fallow-prepush.mjs",
"diagnostics:readability": "fallow audit --max-crap 100 --quiet --no-cache",
"diagnostics:type-aware": "node ./scripts/run-fallow-type-aware.mjs",
"e2e": "NO_COLOR= FORCE_COLOR=0 playwright test",
"e2e:server": "node ./scripts/run-e2e-server.mjs",
"format": "prettier --write .",
"format:check": "prettier --check . --cache --cache-strategy content --cache-location .cache/prettier",
"lighthouse": "node ./scripts/run-lighthouse.mjs",
"media:build-week": "node ./scripts/capture-build-week-media.mjs",
"maintenance:clean": "node ./scripts/clean-local-state.mjs",
"lint": "oxlint --max-warnings 0",
"model:companion": "npm run build:model-companion && node --env-file-if-exists=.env ./.generated/model-companion.mjs",
"mutation": "NODE_OPTIONS=--max-old-space-size=8192 node ./scripts/run-mutation.mjs",
"mutation:affected": "NODE_OPTIONS=--max-old-space-size=8192 stryker run --ignoreStatic --reporters clear-text,progress",
"mutation:ci": "node ./scripts/run-ci-mutation.mjs",
"mutation:incremental": "NODE_OPTIONS=--max-old-space-size=8192 node ./scripts/run-mutation.mjs --incremental --ignoreStatic",
"mutation:incremental:refresh": "NODE_OPTIONS=--max-old-space-size=8192 node ./scripts/run-mutation-refresh.mjs",
"mutation:report": "node ./scripts/report-mutation-results.mjs",
"paper-import:pack": "\"$npm_node_execpath\" ./scripts/pack-paper-import-package.mjs",
"playwright:install": "playwright install chromium",
"prepare": "node ./scripts/setup-git-hooks.mjs",
"quality:affected": "node ./scripts/run-affected-guardrails.mjs",
"quality:gate": "node ./scripts/run-quality-gate.mjs",
"quality:gate:fast": "npm run format:check && npm run lint && npm run check:adrs && npm run worker:types:check && npm run worker:types:corpus:check && npm run typecheck && npm run worker:client-guard && npm run test:tooling && npm run security:audit && npm run test:coverage && npm run test:workers",
"security:audit": "node ./scripts/run-security-audit.mjs",
"spike:codemirror": "node ./scripts/run-codemirror-parity-spike.mjs",
"spike:unified-latex": "node ./scripts/run-unified-latex-spike.mjs",
"test": "vitest run --passWithNoTests",
"test:affected": "node ./scripts/run-affected-tests.mjs",
"test:coverage": "node ./scripts/run-coverage-gate.mjs",
"test:paper-import-package": "node --test scripts/paper-import-package.test.mjs",
"test:tooling": "node --test scripts/*.test.mjs",
"test:workers": "CLOUDFLARE_LOAD_DEV_VARS_FROM_DOT_ENV=false vitest run --config vitest.workers.config.mts",
"typecheck": "node ./scripts/run-typescript-7.mjs --noEmit && node ./scripts/run-typescript-7.mjs --noEmit -p tsconfig.client.json && npm run typecheck:workers",
"typecheck:workers": "node ./scripts/run-typescript-7.mjs --noEmit -p tsconfig.workers-test.json",
"worker:client-guard": "node ./scripts/assert-no-worker-client-scripts.mjs",
"worker:types": "CLOUDFLARE_LOAD_DEV_VARS_FROM_DOT_ENV=false wrangler types",
"worker:types:check": "CLOUDFLARE_LOAD_DEV_VARS_FROM_DOT_ENV=false wrangler types --check",
"worker:types:corpus": "CLOUDFLARE_LOAD_DEV_VARS_FROM_DOT_ENV=false wrangler types research-corpus-configuration.d.ts --config wrangler.corpus.jsonc --env-interface ResearchCorpusBindings --include-runtime false --strict-vars false",
"worker:types:corpus:check": "CLOUDFLARE_LOAD_DEV_VARS_FROM_DOT_ENV=false wrangler types research-corpus-configuration.d.ts --check --config wrangler.corpus.jsonc --env-interface ResearchCorpusBindings --include-runtime false --strict-vars false"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "0.19.1",
"@codemirror/autocomplete": "6.20.3",
"@codemirror/commands": "6.10.4",
"@codemirror/lang-markdown": "6.5.1",
"@codemirror/state": "6.7.1",
"@codemirror/view": "6.43.7",
"@playwright/test": "1.62.1",
"@replit/codemirror-vim": "6.4.0",
"@stryker-mutator/core": "10.0.0",
"@stryker-mutator/typescript-checker": "10.0.0",
"@stryker-mutator/vitest-runner": "10.0.0",
"@tailwindcss/cli": "4.3.3",
"@types/node": "24.13.3",
"@unified-latex/unified-latex-util-parse": "1.8.4",
"@vitest/coverage-v8": "4.1.11",
"chrome-launcher": "1.2.1",
"esbuild": "0.28.1",
"fallow": "3.21.0",
"lighthouse": "13.4.1",
"oxlint": "1.80.0",
"prettier": "3.9.6",
"run-local-ci": "0.18.1",
"tailwindcss": "4.3.3",
"typescript": "npm:@typescript/typescript6@6.0.2",
"typescript-7": "npm:typescript@7.0.2",
"vitest": "4.1.11",
"wrangler": "4.116.0",
"y-codemirror.next": "0.3.5",
"y-protocols": "1.0.7"
},
"dependencies": {
"@cloudflare/puppeteer": "1.2.0",
"@modelcontextprotocol/server": "2.0.0",
"@octokit/auth-app": "8.2.0",
"@openai/codex-sdk": "0.153.2",
"@smartupcorp/onedollar-unistroke-recognizer": "1.0.0",
"agents": "0.21.0",
"cytoscape": "3.34.0",
"fflate": "0.8.3",
"lit": "3.3.3",
"pdf-lib": "1.17.1",
"pdfjs-dist": "6.2.108",
"scholarmark": "0.8.0",
"valibot": "1.4.2",
"xstate": "5.32.5",
"yjs": "13.6.31",
"zod": "4.4.3"
}
}