mirror of
https://github.com/cline/cline.git
synced 2026-09-19 10:13:34 +08:00
* rename folders * fix examples reorg references * move over files * having agent fixing and validating all examples are still working * fix sidecar paths --------- Co-authored-by: abeatrix <beatrix@cline.bot>
20 lines
352 B
JSON
20 lines
352 B
JSON
{
|
|
"name": "examples",
|
|
"description": "Example apps for the Cline SDK",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rm -rf node_modules dist"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.10"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@cline/core": "workspace:*"
|
|
}
|
|
}
|