mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
31 lines
669 B
JSON
31 lines
669 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.249"
|
|
},
|
|
"overrides": {
|
|
"tar-fs": "^3.1.1",
|
|
"js-yaml": "^4.1.1",
|
|
"body-parser@<=1.20.3": "1.20.3",
|
|
"axios@<=1.12.0": "1.12.0",
|
|
"tar@<=6.2.1": "6.2.1",
|
|
"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"
|
|
}
|
|
}
|