Files
letta-server/fern/package.json
Kian Jones b8e9a80d93 merge this (#4759)
* wait I forgot to comit locally

* cp the entire core directory and then rm the .git subdir
2025-09-17 15:47:40 -07:00

13 lines
235 B
JSON

{
"name": "@letta-cloud/fern",
"version": "0.0.1",
"private": true,
"scripts": {
"prepare-openapi": "ts-node ./scripts/prepare-openapi.ts"
},
"dependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}