Files
cline/docs/package.json
T
TheRealSpencer 27350f243c Chore/bump undici mermaid (#13675)
* chore(deps): bump mermaid to 11.16.1 and raise undici floor to 7.29.0

* chore(deps): patch js-yaml and body-parser in the npm-managed subprojects
2026-08-29 02:25:25 +02:00

32 lines
682 B
JSON

{
"name": "docs",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "mintlify dev",
"check": "mintlify broken-links",
"rename": "mintlify rename"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"mintlify": "^4.2.338"
},
"overrides": {
"tar-fs": "^3.1.1",
"js-yaml": "^4.3.1",
"tar": ">=7.5.21",
"body-parser@<1.20.6": "1.20.6",
"axios@<1.18.0": "1.18.0",
"qs": ">=6.15.2",
"express@<=4.20.0": "4.20.0",
"serve-static@<=1.16.0": "1.16.0",
"send@<=0.19.0": "0.19.0",
"path-to-regexp@<=0.1.12": "0.1.12",
"cookie@<=0.7.0": "0.7.0"
}
}