-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·48 lines (48 loc) · 1.32 KB
/
package.json
File metadata and controls
executable file
·48 lines (48 loc) · 1.32 KB
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
{
"name": "HyperChat",
"version": "1.0.0",
"description": "A chat app created by Justsnoopy30.",
"main": "Server.js",
"type": "module",
"scripts": {
"start": "nodemon Server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "./node_modules/.bin/eslint"
},
"repository": {
"type": "git",
"url": "https://github.com/HyperCubeMC/HyperChat.git"
},
"homepage": "https://hyperchat.dev",
"bugs": {
"url": "https://github.com/HyperCubeMC/HyperChat/issues"
},
"author": "Justsnoopy30",
"license": "AGPL-3.0",
"dependencies": {
"@highlightjs/cdn-assets": "^11.7.0",
"@iconfu/svg-inject": "^1.2.3",
"@picmo/popup-picker": "^5.8.1",
"@picmo/renderer-twemoji": "^5.8.1",
"@popperjs/core": "^2.11.6",
"@waylaidwanderer/chatgpt-api": "github:waylaidwanderer/node-chatgpt-api",
"argon2": "^0.30.3",
"bootstrap": "^5.2.3",
"chatgpt": "^5.1.1",
"dotenv": "^16.0.3",
"etag": "^1.8.1",
"marked": "^4.2.12",
"mongoose": "^7.0.2",
"open-graph-scraper": "^5.2.1",
"picmo": "^5.8.1",
"rate-limiter-flexible": "^2.4.1",
"sanitize-html": "^2.10.0",
"sharp": "^0.31.3",
"socket.io": "^4.5.4",
"string.prototype.replaceall": "^1.0.7",
"whoolso-word-filter": "^1.0.8"
},
"devDependencies": {
"eslint": "^8.36.0"
}
}