UNPKG

@botonic/plugin-hubtype-analytics

Version:

Plugin for tracking in the Hubtype backend to see the results in the Hubtype Dashbord

48 lines (47 loc) 1.25 kB
{ "name": "@botonic/plugin-hubtype-analytics", "version": "0.44.0", "description": "Plugin for tracking in the Hubtype backend to see the results in the Hubtype Dashbord", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "scripts": { "build": "rm -rf lib && ../../node_modules/.bin/tsc -p tsconfig.json && ../../node_modules/.bin/tsc -p tsconfig.esm.json", "build:watch": "npm run build -- --watch", "test": "../../node_modules/.bin/jest --coverage", "prepublishOnly": "rm -rf lib && npm i && npm run build", "lint": "npm run lint_core -- --fix", "lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.ts*'" }, "dependencies": { "@babel/runtime": "^7.26.0", "@botonic/core": "^0.44.0", "axios": "^1.13.2" }, "devDependencies": { "@types/node": "^20.11.17" }, "engines": { "node": ">=22.19.0", "npm": ">=10.0.0" }, "files": [ "lib/**", "src/**", "README.md" ], "eslintConfig": { "extends": "../.eslintrc.js", "root": true }, "author": "", "license": "MIT", "keywords": [ "analytics", "bot-framework", "chatbot", "conversational-app", "conversational-ui", "javascript", "typescript" ] }