-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.66 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.66 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
{
"name": "rowboat",
"version": "2.1",
"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": ">=24.13.1"
},
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.19.0",
"@distube/ytdl-core": "^4.16.12",
"color-diff": "^1.4.0",
"countries-and-timezones": "^2.5.0",
"diff": "^3.5.1",
"discord.js": "^14.25.1",
"duck-duck-scrape": "^2.2.7",
"emoji-toolkit": "^8.0.0",
"exactnumber": "^1.0.4",
"express": "^4.22.1",
"feedparser": "^2.2.10",
"ffmpeg-static": "^5.3.0",
"fluent-ffmpeg": "^2.1.3",
"follow-redirects": "^1.15.11",
"helmet": "^3.23.3",
"imap": "^0.8.19",
"js-md5": "^0.7.3",
"jsonfile": "^6.2.0",
"jszip": "^3.10.1",
"matrix-js-sdk": "^41.0.0-rc.0",
"matrix-org-irc": "^2.2.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.48",
"png-chunks-extract": "^1.0.0",
"prism-media": "^1.3.5",
"readline-sync": "^1.4.10",
"sodium-native": "^4.3.3",
"sqlite3": "^5.1.7",
"stoat.js": "^7.3.6",
"striptags": "^3.2.0",
"whois": "^2.16.1",
"winston": "^3.19.0",
"ws": "^7.5.10",
"yaml": "^2.8.2",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.0.2",
"globals": "^17.4.0"
}
}