humanbehavior-js
Version:
SDK for HumanBehavior session and event recording
106 lines (105 loc) • 3.07 kB
JSON
{
"name": "humanbehavior-js",
"version": "0.4.19",
"description": "SDK for HumanBehavior session and event recording",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"unpkg": "dist/index.min.js",
"homepage": "https://documentation.humanbehavior.co",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.cjs",
"types": "./dist/types/index.d.ts"
},
"./react": {
"import": "./dist/esm/react/index.js",
"require": "./dist/cjs/react/index.cjs",
"types": "./dist/types/react/index.d.ts"
},
"./svelte": {
"import": "./dist/esm/svelte/index.js",
"require": "./dist/cjs/svelte/index.cjs",
"types": "./dist/types/svelte/index.d.ts"
},
"./vue": {
"import": "./dist/esm/vue/index.js",
"require": "./dist/cjs/vue/index.cjs",
"types": "./dist/types/vue/index.d.ts"
},
"./remix": {
"import": "./dist/esm/remix/index.js",
"require": "./dist/cjs/remix/index.cjs",
"types": "./dist/types/remix/index.d.ts"
},
"./angular": {
"import": "./dist/esm/angular/index.js",
"require": "./dist/cjs/angular/index.cjs",
"types": "./dist/types/angular/index.d.ts"
},
"./install-wizard": {
"import": "./dist/esm/install-wizard.js",
"require": "./dist/cjs/install-wizard.cjs",
"types": "./dist/types/install-wizard.d.ts"
},
"./wizard": {
"import": "./dist/esm/wizard/index.js",
"require": "./dist/cjs/wizard/index.cjs",
"types": "./dist/types/wizard/index.d.ts"
}
},
"scripts": {
"build": "rollup -c",
"build:dev": "rollup -c --environment NODE_ENV:development",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"auto-install": "node dist/cli/auto-install.js"
},
"author": "Chirag Kawediya, Skyler Ji, Amogh Chaturvedi",
"license": "ISC",
"dependencies": {
"@clack/prompts": "^0.11.0",
"@rollup/plugin-json": "^6.1.0",
"@rrweb/record": "^2.0.0-alpha.17",
"@types/react": "^19.0.12",
"openai": "^5.12.0",
"uuid": "^11.1.0"
},
"peerDependencies": {
"@remix-run/node": ">=2.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"vue": ">=3.0.0"
},
"devDependencies": {
"@remix-run/node": "^2.0.0",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/node": "^24.2.0",
"rollup": "^4.36.0",
"rollup-plugin-dts": "^6.2.1",
"tslib": "^2.8.1",
"typescript": "^5.8.2",
"vue": "^3.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/humanbehavior-gh/humanbehavior-js.git"
},
"keywords": [
"session-recording",
"analytics",
"rrweb",
"koalaware"
],
"bin": {
"humanbehavior-js": "./dist/cli/ai-auto-install.js"
}
}