-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.23 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
{
"name": "@ajayos/aurora",
"version": "5.2.4",
"description": "Aurora Chat Bot with AI tools built using Node.js.",
"main": "cmd.js",
"directories": {
"lib": "lib",
"src": "src"
},
"bin": {
"aurora": "bin/init.js"
},
"scripts": {
"prepare": "node cmd.js init"
},
"author": "Ajay o s",
"license": "ISC",
"dependencies": {
"@ajayos/nodedb": "^1.1.0",
"@ajayos/nodelog": "github:ajayos/nodelog",
"@ajayos/whatsapp-api": "^15.1.18",
"@octokit/rest": "^20.0.2",
"body-parser": "^1.20.2",
"buffer": "^6.0.3",
"canvas": "^2.11.2",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.1.0",
"express": "^4.18.3",
"http": "^0.0.1-security",
"link-preview-js": "^3.0.5",
"localtunnel": "^2.0.2",
"morgan": "^1.10.0",
"qrcode": "^1.5.3",
"sharp": "^0.32.6",
"sinricpro": "^2.11.4",
"socket.io": "^4.7.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ajayos/aurora.git"
},
"keywords": [
"Aurora",
"Ajay",
"Ajayos",
"bot",
"chatbot",
"whatsapp",
"home automation"
],
"bugs": {
"url": "https://github.com/Ajayos/aurora/issues"
},
"homepage": "https://github.com/Ajayos/aurora#readme"
}