forked from sno-ai/mda
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.33 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
{
"name": "markdown-for-agent",
"version": "1.0.0",
"license": "Apache-2.0",
"scripts": {
"dev2main": "bash scripts/dev2main.sh"
},
"devDependencies": {
"@types/jsdom": "^28.0.1",
"@types/turndown": "^5.0.6",
"ajv": "^8.18.0",
"ajv-formats": "^3.0.1",
"cspell": "^9.7.0",
"esbuild": "^0.27.4",
"js-yaml": "^4.1.1",
"markdownlint-cli": "^0.48.0",
"mintlify": "^4.2.442",
"prettier": "^3.8.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "5.4.21",
"vitest": "^4.1.0",
"wrangler": "^4.76.0"
},
"dependencies": {
"@cloudflare/puppeteer": "^1.0.6",
"@types/node": "^25.5.0",
"react-tweet": "^3.3.0"
},
"pnpm": {
"overrides": {
"tar": ">=7.5.11",
"minimatch": ">=3.1.3",
"vite": ">=6.4.2",
"qs": ">=6.14.2",
"path-to-regexp": ">=1.20.3",
"express": ">=4.21.0",
"axios": ">=1.15.2",
"zod": ">=3.22.3",
"serve-static": ">=1.16.0",
"send": ">=0.19.0",
"lodash": ">=4.18.1",
"js-yaml": ">=4.1.1",
"esbuild": ">=0.25.0",
"cookie": ">=0.7.0",
"body-parser": ">=1.20.3",
"basic-ftp": ">=5.3.1",
"brace-expansion": ">=5.0.5",
"follow-redirects": ">=1.16.0",
"ip-address": ">=10.1.1",
"picomatch": ">=4.0.4",
"postcss": ">=8.5.10",
"smol-toml": ">=1.6.1",
"uuid": ">=11.1.1",
"yaml": ">=2.8.3",
"undici": ">=6.24.0",
"defu": ">=6.1.5"
}
}
}