forked from mrepol742/project-orion
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 2.26 KB
/
package.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "project-orion",
"version": "9.2.2",
"description": "Meet the lightning-fast Facebook Messenger chatbot, seamlessly managing multiple accounts with access to 271 commands. With distinct privileges for admins, owners, roots, and users, it's the lightweight solution for efficient and personalized interactions.",
"main": "index.js",
"private": true,
"homepage": "https://mrepol742.github.io/project-orion/",
"scripts": {
"setup": "npm i -include=dev",
"setup_extra": "apt install traceroute cowsay figlet neofetch gedit",
"start": "clear && while [ true ]; do node index.js ; done",
"start_win": "node index.js",
"eslint": "./node_modules/eslint/bin/eslint.js",
"dev": "nodemon index.js"
},
"keywords": [
"nodejs",
"chatbot",
"messenger-bot",
"facebook-messenger-bot",
"messenger-chatbot",
"project-orion"
],
"author": {
"name": "Melvin Jones Repol",
"email": "mrepol742@gmail.com",
"url": "https://mrepol742.github.io"
},
"license": "SEE LICENSE IN https://github.com/mrepol742/project-orion/",
"repository": {
"type": "git",
"url": "https://github.com/mrepol742/project-orion.git"
},
"bugs": {
"url": "https://github.com/mrepol742/project-orion/issues",
"email": "mrepol742@gmail.com"
},
"dependencies": {
"axios": "^1.5.1",
"bluebird": "^2.11.0",
"canvas": "^2.11.2",
"canvas-gif": "^1.0.3",
"cheerio": "^0.22.0",
"chokidar": "^3.6.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"envfile": "^5.2.0",
"express": "^4.19.1",
"form-data": "^4.0.0",
"google-tts-api": "^2.0.2",
"googlethis": "^1.8.0",
"https-proxy-agent": "^7.0.2",
"mqtt": "^4.3.7",
"openai": "^4.24.0",
"request": "^2.88.2",
"weather-js": "^2.0.0",
"websocket-stream": "^5.5.2",
"youtubei.js": "^9.0.2"
},
"devDependencies": {
"eslint": "^8.57.0",
"nodemon": "^3.0.2"
},
"dependenciesComments": {
"envfile": "parseFileSync has been removed in envFile 6.0.0 above"
},
"engines": {
"node": ">=20.x"
}
}