-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·65 lines (65 loc) · 1.67 KB
/
package.json
File metadata and controls
executable file
·65 lines (65 loc) · 1.67 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "hypno-discord-bot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/index.ts"
},
"pnpm": {
"onlyBuiltDependencies": [
"sqlite3",
"canvas"
]
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@discordjs/voice": "^0.18.0",
"@jimp/gif": "^0.22.12",
"@types/chart.js": "^2.9.41",
"@types/command-line-args": "^5.2.3",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-session": "^1.18.1",
"@types/gifencoder": "^2.0.3",
"@types/graphviz": "^0.0.39",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20.14.2",
"@types/passport": "^1.0.17",
"@types/passport-discord": "^0.1.14",
"axios": "^1.7.3",
"body-parser": "^1.20.2",
"canvas": "^2.11.2",
"chart.js": "^3.5.1",
"chartjs-node-canvas": "^4.1.6",
"command-line-args": "^6.0.1",
"cors": "^2.8.5",
"discord-image-generation": "^1.4.25",
"discord.js": "14.15.3",
"dotenv": "^16.4.7",
"express": "^4.19.2",
"express-session": "^1.18.1",
"express-session-sqlite": "^2.1.1",
"gifencoder": "^2.0.1",
"graphviz": "^0.0.9",
"jimp": "^1.6.0",
"jsonwebtoken": "^9.0.2",
"math-expression-evaluator": "^2.0.6",
"ollama": "^0.5.6",
"passport": "^0.7.0",
"passport-discord": "^0.1.4",
"pretty-ms": "^9.1.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"word-definition": "^2.1.6",
"word-list": "^4.1.0",
"words-to-numbers": "^1.5.1",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"uvu": "^0.5.6"
}
}