-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
executable file
·107 lines (107 loc) · 3.33 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "superbeing",
"version": "0.2.27",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/SuperReality/SuperBeing.git"
},
"engines": {
"node": "16.x"
},
"npmClient": "npm",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/appHandler.js",
"start-gui": "GUI=true node src/index.js",
"start-local": "URL=https://localhost:3000/location/test node src/index.js",
"start-gui-local": "URL=https://localhost:3000/location/test GUI=true node src/index.js",
"validate": "npm run lint && npm run test",
"lint": "eslint --fix --quiet \"*.js\" \"**/*.js\" \"**/*.jsx\"",
"read_book": "node client/website-reader/init.js",
"dev": "cross-env TERMINAL=TRUE DEBUG=TRUE AGENT=Thales SPEAKER=Eliza node src/index.js",
"battlebots": "cross-env BATTLEBOTS=TRUE DEBUG=FALSE AGENT=Carl_Sagan SPEAKER=Albert_Einstein node src/index.js",
"start-wikibeing": "cross-env TERMINAL=TRUE node src/index.js",
"dev-thales": "cross-env DEBUG=TRUE TERMINAL=TRUE AGENT=Thales SPEAKER=Eliza node src/index.js",
"start-morpheus": "cross-env TERMINAL=TRUE AGENT=Morpheus node src/index.js",
"dev-morpheus": "cross-env DEBUG=TRUE TERMINAL=TRUE SPEAKER=Neo AGENT=Morpheus node src/index.js"
},
"dependencies": {
"@2toad/profanity": "^1.3.1",
"@green-api/whatsapp-bot": "0.2.5",
"@logtail/node": "^0.1.10",
"async-es": "^3.2.3",
"axios": "0.24.0",
"bluebird": "3.7.2",
"commander": "^8.3.0",
"cors": "^2.8.5",
"cors-anywhere": "^0.4.4",
"cross-env": "^7.0.3",
"discord-inline-reply": "^1.0.3",
"discord-reply": "0.1.2",
"discord.js": "^13.5.0",
"dotenv": "10.0.0",
"emoji-dictionary": "1.0.11",
"emoji-regex": "10.0.0",
"express": "4.17.2",
"express-session": "1.17.2",
"filter": "^0.1.1",
"fuzzball": "^2.1.2",
"fuzzy-matching": "^0.4.3",
"glob": "^7.2.0",
"googleapis": "^39.2.0",
"grawlix": "^1.0.6",
"grawlix-racism": "^1.0.2",
"gtts": "^0.2.1",
"inquirer": "^8.2.0",
"instagram-private-api": "1.45.2",
"is-english": "^1.3.0",
"keyword-extractor": "^0.0.20",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"natural": "^5.1.13",
"node-fetch": "^2.6.6",
"node-telegram-bot-api": "0.56.0",
"nodemon": "2.0.15",
"openai-api": "1.2.6",
"pg": "8.7.1",
"puppeteer": "13.0.1",
"puppeteer-extra": "3.2.3",
"puppeteer-extra-plugin-stealth": "2.9.0",
"puppeteer-screen-recorder": "^2.0.2",
"puppeteer-stream": "2.0.7",
"racist": "^1.0.6",
"readline": "^1.3.0",
"reddit": "1.2.1",
"redis": "4.0.1",
"session": "0.1.0",
"snoostream": "1.0.1",
"snoowrap": "1.23.0",
"socket.io": "^4.4.0",
"sox": "^0.1.0",
"tedis": "0.1.12",
"twilio": "3.72.0",
"twit": "2.2.11",
"twitter-api-v2": "1.8.0",
"twitter-autohook": "1.7.2",
"uid-generator": "^2.0.0",
"util": "^0.12.4",
"vosk": "^0.3.30",
"wav-file-encoder": "1.0.2",
"weaviate-client": "^2.3.0",
"wikipedia": "^1.1.6",
"wsrn": "^1.0.9",
"xvfb": "0.4.0"
},
"devDependencies": {
"config": "3.3.6",
"cross-env": "7.0.3",
"eslint": "7.32.0",
"eslint-plugin-react": "7.28.0",
"semantic-release": "18.0.1",
"semantic-release-monorepo": "7.0.5",
"uuid": "8.3.2"
},
"license": "ISC"
}