node-agent-sdk
Version:
Liveperson Agent Messaging SDK for NodeJS
57 lines (56 loc) • 1.34 kB
JSON
{
"name": "node-agent-sdk",
"description": "Liveperson Agent Messaging SDK for NodeJS",
"version": "2.0.2",
"author": {
"name": "LivePersonInc",
"email": "fe-infra-lp@liveperson.com"
},
"contributors": [
{
"name": "Michael Dimenshtein",
"email": "michaeld@liveperson.com"
}
],
"scripts": {
"start": "node ./examples/greeting-bot/greeting-bot.js",
"lint": "eslint lib/*; true",
"test": "nyc --reporter=text mocha"
},
"devDependencies": {
"axios": "^0.21.1",
"chai": "^4.3.4",
"eslint": "^7.26.0",
"mocha": "^8.4.0",
"mockery": "^2.1.0",
"nyc": "^15.1.0",
"sinon": "^10.0.0"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/LivePersonInc/node-agent-sdk.git"
},
"keywords": [
"agent",
"sdk",
"liveperson",
"node",
"nodejs",
"bot",
"messaging"
],
"readme": "README.md",
"engines": {
"node": ">=6.9.1",
"npm": ">=6.9.0"
},
"license": "MIT",
"dependencies": {
"async": "^3.2.0",
"node-cache": "^5.1.2",
"request": "^2.88.2",
"uuid": "^8.3.2",
"ws": "^7.4.5"
}
}