mirror of
https://github.com/cline/cline.git
synced 2026-09-14 02:29:17 +08:00
* Updating Mintlify version * clean up and ignore docs workspace for lint (#5032) --------- Co-authored-by: Bee <68532117+abeatrix@users.noreply.github.com>
19 lines
346 B
JSON
19 lines
346 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.23"
|
|
}
|
|
}
|