UNPKG

@user-intent-detector/react

Version:

React bindings for the user-intent-detector core library, providing hooks and components to detect user intent like exit, conversion, hesitation, and confusion.

48 lines (47 loc) 1.06 kB
{ "name": "@user-intent-detector/react", "version": "0.1.1", "description": "React bindings for the user-intent-detector core library, providing hooks and components to detect user intent like exit, conversion, hesitation, and confusion.", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsc", "clean": "rm -rf dist" }, "keywords": [ "react", "user-intent", "intent-tracking", "hooks", "user-behavior", "conversion-tracking", "exit-intent" ], "dependencies": { "@user-intent-detector/core": "workspace:*" }, "peerDependencies": { "react": ">=17.0.0", "react-dom": ">=17.0.0" }, "devDependencies": { "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "react": "18.3.1", "typescript": "^5.0.0" }, "author": "Manish Garg", "license": "MIT", "publishConfig": { "access": "public" } }