-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 892 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 892 Bytes
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
{
"name": "grok-server",
"version": "0.2.0",
"description": "just a simple express api for running grok on leveret",
"main": "dist/server.js",
"scripts": {
"build": "tsc",
"dev": "ts-node src/server.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/D-Alessian/grok-server.git"
},
"author": "D-Alessian",
"license": "MIT",
"bugs": {
"url": "https://github.com/D-Alessian/grok-server/issues"
},
"homepage": "https://github.com/D-Alessian/grok-server#readme",
"dependencies": {
"discord.js": "^14.23.2",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"fs": "^0.0.1-security",
"openai": "^6.3.0",
"redis": "^5.8.3",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"zod": "^4.1.12"
},
"devDependencies": {
"@types/express": "^5.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}