* wait I forgot to comit locally * cp the entire core directory and then rm the .git subdir
13 lines
235 B
JSON
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"
|
|
}
|
|
}
|