chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "@botpress/chat-api",
|
||||
"private": true,
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"scripts": {
|
||||
"check:type": "tsc --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/json-schema": "^7.0.12",
|
||||
"@types/lodash": "^4.14.191",
|
||||
"@types/tmp": "^0.2.3",
|
||||
"esbuild": "^0.25.10",
|
||||
"openapi-types": "^12.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bpinternal/opapi": "1.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"zod": "^3.20.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user