forked from cogentapps/chat-with-gpt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.76 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
{
"name": "chat-with-gpt",
"version": "0.2.3",
"description": "An open-source ChatGPT app with a voice",
"main": "index.js",
"scripts": {
"start": "npx ts-node --logError src/index.ts"
},
"author": "cogentdev",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.282.0",
"@msgpack/msgpack": "^3.0.0-beta2",
"@types/bcrypt": "^5.0.0",
"@types/compression": "^1.7.2",
"@types/connect-sqlite3": "^0.9.2",
"@types/debug": "^4.1.7",
"@types/email-validator": "^1.0.6",
"@types/express": "^4.17.17",
"@types/express-rate-limit": "^6.0.0",
"@types/express-session": "^1.17.6",
"@types/helmet": "^4.0.0",
"@types/node": "^18.14.4",
"@types/passport": "^1.0.12",
"@types/passport-local": "^1.0.35",
"@types/pg": "^8.6.6",
"@types/sqlite3": "^3.1.8",
"axios": "^1.3.4",
"bcrypt": "^5.1.0",
"compression": "^1.7.4",
"connect-sqlite3": "^0.9.13",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"email-validator": "^2.0.4",
"events": "^3.3.0",
"expiry-map": "^2.0.0",
"expiry-set": "^1.0.0",
"express": "^4.18.2",
"express-openid-connect": "^2.12.1",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"helmet": "^6.0.1",
"idb-keyval": "^6.2.0",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.0.1",
"knex": "^2.4.2",
"launchdarkly-eventsource": "^1.4.4",
"lib0": "^0.2.73",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"nanoid": "^4.0.1",
"openai": "^3.2.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pg": "^8.9.0",
"sort-by": "^0.0.2",
"sqlite3": "^5.1.4",
"ts-node": "^10.9.1",
"xhr2": "^0.2.1",
"y-protocols": "^1.0.5",
"yaml": "^2.2.1",
"yjs": "^13.5.51"
}
}