UNPKG

telecom-mas-agent

Version:

A conversational AI-driven telecom multi-agent system for managing call balances, push notifications, marketing, targeting, and sales.

130 lines (129 loc) 3.74 kB
{ "name": "telecom-mas-agent", "version": "1.0.7", "description": "A conversational AI-driven telecom multi-agent system for managing call balances, push notifications, marketing, targeting, and sales.", "main": "index.js", "scripts": { "test": "jest", "build": "rollup -c", "prepublishOnly": "npm run test && npm run build" }, "homepage": "https://github.com/darshanbmehta/telecom-mas-agent#readme", "repository": { "type": "git", "url": "https://github.com/darshanbmehta/telecom-mas-agent.git" }, "bugs": { "url": "https://github.com/darshanbmehta/telecom-mas-agent/issues" }, "keywords": [ "telecom", "agent", "multi-agent", "push notifications", "call-balance", "marketing", "targeting", "conversational AI", "sales", "AI", "automation", "customer engagement", "chatbot", "virtual assistant" ], "author": "Darshan B Mehta", "license": "MIT", "dependencies": { "@aws-sdk/client-cloudformation": "^3.300.0", "@aws-sdk/client-cloudfront": "^3.300.0", "@aws-sdk/client-cloudhsm": "^3.300.0", "@aws-sdk/client-cloudsearch": "^3.300.0", "@aws-sdk/client-cloudtrail": "^3.300.0", "@aws-sdk/client-cloudwatch": "^3.300.0", "@aws-sdk/client-dynamodb": "^3.300.0", "@aws-sdk/client-ec2": "^3.300.0", "@aws-sdk/client-iam": "^3.300.0", "@aws-sdk/client-kms": "^3.300.0", "@aws-sdk/client-lambda": "^3.300.0", "@aws-sdk/client-rds": "^3.300.0", "@aws-sdk/client-s3": "^3.300.0", "@aws-sdk/client-s3-control": "^3.300.0", "@aws-sdk/client-secrets-manager": "^3.300.0", "@aws-sdk/client-ses": "^3.300.0", "@aws-sdk/client-sns": "^3.300.0", "@aws-sdk/client-sqs": "^3.300.0", "@azure/storage-blob": "^12.12.0", "@microsoft/microsoft-graph-client": "^3.0.0", "@octokit/rest": "^20.0.0", "@sendgrid/mail": "^8.1.5", "@slack/web-api": "^6.9.0", "agenda": "^5.0.0", "amqplib": "^0.10.3", "aws-sdk": "^2.1371.0", "axios": "^1.3.4", "bcryptjs": "^2.4.3", "bluebird": "^3.7.2", "body-parser": "^1.20.2", "bull": "^4.10.0", "chart.js": "^4.4.0", "cheerio": "^1.0.0-rc.12", "compression": "^1.7.4", "cors": "^2.8.5", "cron": "^2.3.0", "csv-parser": "^3.0.0", "cypress": "^13.1.0", "d3": "^7.8.5", "dotenv": "^16.0.3", "elasticsearch": "^16.7.2", "express": "^4.18.2", "express-validator": "^7.0.1", "firebase-admin": "^13.4.0", "formidable": "^3.5.3", "googleapis": "^118.0.0", "got": "^12.6.0", "helmet": "^6.1.0", "highcharts": "^11.1.0", "i18next": "^23.4.6", "jest": "^29.0.0", "jsonwebtoken": "^9.0.0", "leaflet": "^1.9.4", "lodash": "^4.17.21", "moment": "^2.29.4", "moment-timezone": "^0.5.43", "mongoose": "^7.0.0", "morgan": "^1.10.0", "multer": "^2.0.0", "node-fetch": "^3.3.1", "node-schedule": "^2.1.0", "nodemailer": "^6.9.3", "oauth": "^0.10.0", "paypal-rest-sdk": "^1.8.1", "pdfkit": "^0.13.0", "playwright": "^1.37.1", "puppeteer": "^24.9.0", "react": "^18.2.0", "react-dom": "^18.2.0", "redis": "^4.6.7", "request": "^2.88.2", "sequelize": "^6.32.1", "sharp": "^0.32.1", "stripe": "^12.0.0", "svelte": "^4.0.0", "telecom-mas-agent": "^1.0.1", "three": "^0.155.0", "twilio": "^4.0.0", "uuid": "^9.0.0", "validator": "^13.9.0", "winston": "^3.8.2", "xml2js": "^0.6.2", "xmlbuilder": "^15.1.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "jest": "^29.0.0", "prettier": "^3.0.0", "rollup-plugin-terser": "^7.0.2" } }