npm install @zohopagesense/pagesense-node-sdknode_modules and your package.json is updated automatically.{
"dependencies": {
"@zohopagesense/pagesense-node-sdk": "^1.0.0"
}
}Dependency | What it does |
winston | Handles structured logging and debug output inside the SDK. |
murmurhash | Powers deterministic user bucketing and traffic allocation. |
axios / http client | Manages secure REST API calls between the SDK and PageSense. |
@zohopagesense/pagesense-node-sdk appears in your package.json dependencies.node_modules.Note: Node.js 16 or higher is recommended. You'll need internet access to pull packages from the npm registry.