-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 842 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 842 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
37
{
"name": "umo",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "ts-node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kazu70/umo.git"
},
"keywords": [],
"author": "kz7c",
"license": "GPL-3.0",
"type": "commonjs",
"bugs": {
"url": "https://github.com/kazu70/umo/issues"
},
"homepage": "https://github.com/kazu70/umo#readme",
"dependencies": {
"@google/genai": "^1.52.0",
"@openrouter/sdk": "^0.3.10",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node": "^25.0.3",
"@types/node-fetch": "^2.6.13",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}