-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 950 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 950 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
34
35
36
{
"name": "agentmux-docs",
"type": "module",
"version": "0.0.51",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build:full": "npm run build:typedoc && npm run build:rust-docs && npm run build && node scripts/normalize-mtimes.mjs",
"build:typedoc": "typedoc && node scripts/post-typedoc.mjs",
"build:rust-docs": "node scripts/build-rust-docs.mjs",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.38.2",
"astro": "^6.0.1",
"sharp": "^0.34.2"
},
"overrides": {
"esbuild": "npm:esbuild-wasm@^0.27.3"
},
"devDependencies": {
"typedoc": "^0.28.19",
"typedoc-plugin-markdown": "^4.11.0",
"typescript": "^6.0.3"
},
"deployments": {
"prod": {
"version": "0.0.50",
"commit": "02c116e06f38",
"deployed_at": "2026-05-28T13:31:35.687Z",
"deployed_by": "agent1"
}
}
}