27 lines
657 B
JSON
27 lines
657 B
JSON
{
|
|
"name": "@botpresshub/hubspot",
|
|
"description": "Hubspot integration for Botpress",
|
|
"private": true,
|
|
"bpDependencies": {
|
|
"hitl": "../../interfaces/hitl"
|
|
},
|
|
"scripts": {
|
|
"build": "bp add -y && bp build",
|
|
"check:type": "tsc --noEmit",
|
|
"check:bplint": "bp lint",
|
|
"test": "vitest --run"
|
|
},
|
|
"dependencies": {
|
|
"@botpress/common": "workspace:*",
|
|
"@botpress/sdk": "workspace:*",
|
|
"@hubspot/api-client": "^13.1.0",
|
|
"preact": "^10.26.6",
|
|
"preact-render-to-string": "^6.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@botpress/cli": "workspace:*",
|
|
"@botpress/sdk": "workspace:*",
|
|
"@types/node": "^22.16.4"
|
|
}
|
|
}
|