Files
2026-07-13 13:34:48 +08:00

32 lines
836 B
JSON

{
"name": "@botpresshub/freshchat",
"version": "0.0.2",
"description": "Integration for Freshchat",
"private": true,
"scripts": {
"check:type": "tsc --noEmit",
"check:bplint": "bp lint",
"build": "bp add -y && bp build",
"deploy": "bp deploy",
"eslint": "eslint ./ --ext .ts --ext .tsx --fix",
"test": "vitest --run"
},
"dependencies": {
"@botpress/client": "workspace:*",
"@botpress/common": "workspace:*",
"@botpress/sdk": "workspace:*",
"@botpress/sdk-addons": "workspace:*",
"axios": "^1.4.0"
},
"devDependencies": {
"@botpress/cli": "workspace:*",
"@botpress/common": "workspace:*",
"@botpress/sdk": "workspace:*",
"@botpresshub/hitl": "workspace:*",
"@types/lodash": "^4.14.191"
},
"bpDependencies": {
"hitl": "../../interfaces/hitl"
}
}