@forbespro/lead-agent-hook
Version:
Lead Chat Agent Hook React Provider
75 lines (74 loc) • 1.86 kB
JSON
{
"name": "@forbespro/lead-agent-hook",
"version": "1.0.14",
"description": "Lead Chat Agent Hook React Provider",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
}
},
"sideEffects": [
"**/*.css"
],
"files": [
"dist",
"README.md",
"LICENSE.md"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly --outDir dist/types",
"dev": "vite build --watch",
"ngrok": "ngrok tunnel --region eu --label edge=edghts_2JmQpsWJPvQfYM3uwPcNeoYZlxu 5173",
"preview": "vite preview",
"prepublishOnly": "npm run build",
"publish": "npm publish --access public",
"patch": "npm version patch",
"type-check": "tsc --noEmit",
"lint": "eslint src/**/*.ts*"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"react": "^19",
"react-dom": "^19"
},
"devDependencies": {
"@types/node": "^22.13.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5",
"tsup": "^8.0.1",
"vite": "^5.4.1",
"vite-plugin-dts": "^3.0.0",
"react-error-boundary": "^5.0.0"
},
"keywords": [
"react",
"agent",
"hook",
"chatbot",
"leadgen",
"component",
"forbespro"
],
"author": "Forbes Professional",
"license": "SEE LICENSE IN ./LICENSE.md",
"repository": {
"type": "git",
"url": "git+https://github.com/forbespro/lead-agent-hook.git"
},
"bugs": {
"url": "https://github.com/forbespro/lead-agent-hook/issues"
},
"homepage": "https://github.com/forbespro/lead-agent-hook#readme",
"publishConfig": {
"access": "public"
}
}