File size: 1,048 Bytes
91d9d20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "name": "mira-bot-v1",
  "version": "beta-1.0.1",
  "description": "Simple Chatbot Messenger",
  "main": "source/mira.js",
  "scripts": {
    "start": "node source/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GiaKhang1810/mira-bot-v1.git"
  },
  "keywords": [],
  "author": "Khang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GiaKhang1810/mira-bot-v1/issues"
  },
  "homepage": "https://github.com/GiaKhang1810/mira-bot-v1#readme",
  "os": [
    "win32",
    "darwin",
    "linux"
  ],
  "dependencies": {
    "axios": "^1.7.2",
    "cheerio": "^1.0.0",
    "ejs": "^3.1.10",
    "express": "^4.19.2",
    "express-session": "^1.18.0",
    "express-ws": "^5.0.2",
    "https-proxy-agent": "^7.0.5",
    "moment-timezone": "^0.5.45",
    "mongodb": "^6.8.0",
    "mongoose": "^8.5.2",
    "mqtt": "^5.9.1",
    "mqtt-packet": "^9.0.0",
    "puppeteer": "^22.14.0",
    "request": "^2.88.2",
    "sequelize": "^6.37.3",
    "sqlite3": "^5.1.7",
    "websocket-stream": "^5.5.2"
  }
}