-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.92 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
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "yks-smart-bot",
"version": "2.0.0",
"description": "YKS Smart Bot",
"private": true,
"author": "Jack Knight",
"engines": {
"node": "^16.6.1"
},
"dependencies": {
"@types/axios": "^0.14.0",
"@types/ffmpeg-static": "^3.0.3",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/follow-redirects": "^1.14.4",
"@types/node": "^20.5.0",
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^2.2.0",
"@discordjs/voice": "^0.8.0",
"axios": "^1.6.0",
"canvas": "^2.9.1",
"cors": "^2.8.5",
"date-fns": "^2.28.0",
"discord-akairo": "github:discord-akairo/discord-akairo",
"discord-oauth2": "^2.10.0",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.7",
"express": "^4.17.3",
"express-force-ssl": "^0.3.2",
"ffmpeg-static": "^5.2.0",
"fg-select-css": "^3.2.0",
"fluent-ffmpeg": "^2.1.2",
"follow-redirects": "^1.15.6",
"http": "^0.0.1-security",
"libsodium-wrappers": "^0.7.10",
"lodash": "^4.17.21",
"mongoose": "^6.12.3",
"node-fetch": "^2.6.7",
"openai-api": "^1.2.6",
"pretty-ms": "^7.0.1",
"query-string": "^7.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-paginate": "^8.1.3",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"rss-parser": "^3.12.0",
"slugify": "^1.6.6",
"socket.io": "^4.4.1",
"text-ellipsis": "^1.0.3",
"unsplash-js": "^7.0.15",
"whisper-node": "^1.1.1"
},
"scripts": {
"start": "ts-node ./bot.ts",
"dev": "nodemon ./bot.ts"
},
"devDependencies": {
"nodemon": "^2.0.15",
"ts-node": "^10.9.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"nan": "github:jkleinsc/nan#remove_accessor_signature"
}
}