25 lines
541 B
JSON
25 lines
541 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|