Files
botpress--botpress/plugins/analytics/package.json
T
2026-07-13 13:34:48 +08:00

21 lines
506 B
JSON

{
"name": "@botpresshub/analytics",
"scripts": {
"check:type": "tsc --noEmit",
"build": "bp add -y && bp build",
"add:integrations": "echo 'no integrations to add'",
"test": "vitest --run"
},
"private": true,
"dependencies": {
"@botpress/client": "workspace:*",
"@botpress/sdk": "workspace:*"
},
"devDependencies": {
"@botpress/cli": "workspace:*",
"@botpress/common": "workspace:*",
"@botpress/sdk": "workspace:*",
"@bpinternal/genenv": "0.0.1"
}
}