-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.51 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
{
"name": "rowboat",
"version": "2.0",
"description": "A fully modular, multi-environment chat bot framework.",
"main": "index.js",
"type": "module",
"scripts": {
"start": "screen -dmS rowboat node --trace-warnings --trace-uncaught index.js",
"stop": "kill -2 $(cat rowboat.pid)"
},
"repository": {
"type": "git",
"url": "https://github.com/Protected/rowboat.git"
},
"author": "Protected",
"license": "Apache-2.0",
"private": true,
"engines": {
"node": ">=20.11.0"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.17.0",
"@distube/ytdl-core": "^4.14.4",
"color-diff": "^1.4.0",
"countries-and-timezones": "^2.3.1",
"diff": "^3.5.0",
"discord.js": "^14.15.3",
"duck-duck-scrape": "^2.2.4",
"emoji-toolkit": "^8.0.0",
"exactnumber": "^1.0.1",
"express": "^4.17.1",
"feedparser": "^2.2.10",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.2",
"follow-redirects": "^1.11.0",
"helmet": "^3.22.0",
"imap": "^0.8.19",
"js-md5": "^0.7.3",
"jsonfile": "^6.0.1",
"jszip": "^3.9.1",
"matrix-js-sdk": "^26.2.0",
"matrix-org-irc": "^2.0.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"png-chunks-extract": "^1.0.0",
"prism-media": "^1.3.5",
"readline-sync": "^1.4.9",
"sodium-native": "^4.0.4",
"sqlite3": "^5.1.6",
"striptags": "^3.1.1",
"whois": "^2.6.0",
"winston": "^3.2.1",
"ws": "^7.4.3",
"yaml": "^2.3.1",
"zxcvbn": "^4.4.2"
}
}