chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "@botpress/common",
|
||||
"private": true,
|
||||
"main": "./src/index.ts",
|
||||
"scripts": {
|
||||
"check:type": "tsc --noEmit",
|
||||
"test": "vitest --run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@botpress/client": "workspace:*",
|
||||
"@botpress/sdk": "workspace:*",
|
||||
"dedent": "^1.6.0",
|
||||
"marked": "^15.0.1",
|
||||
"openai": "^6.9.0",
|
||||
"posthog-node": "5.14.1",
|
||||
"preact": "^10.26.6",
|
||||
"preact-render-to-string": "^6.5.13",
|
||||
"remark": "^15.0.1",
|
||||
"remark-gfm": "^4.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mdast": "^4.0.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user