-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.26 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.26 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
66
67
68
{
"name": "rawon",
"version": "4.6.8",
"description": "A simple powerful Discord music (multi-)bot built to fulfill your production desires. Easy to use, with no coding required.",
"license": "CC-BY-NC-ND-4.0",
"author": "Stegripe Development <support@stegripe.org>",
"repository": {
"type": "git",
"url": "git+https://github.com/stegripe/rawon.git"
},
"bugs": {
"url": "https://github.com/stegripe/rawon/issues"
},
"homepage": "https://github.com/stegripe/rawon#readme",
"main": "index.js",
"type": "module",
"scripts": {
"build": "pnpm lint && rimraf dist && pnpm exec swc src -d dist --strip-leading-paths",
"tscompile": "tsc --build tsconfig.json",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"start": "node --es-module-specifier-resolution=node -r dotenv/config . | pino-pretty -t \"SYS:yyyy-MM-dd HH:mm:ss\"",
"dev": "pnpm build && pnpm start"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=7.0.0"
},
"dependencies": {
"@discordjs/voice": "^0.19.2",
"@puppeteer/browsers": "^3.0.6",
"@sapphire/decorators": "^6.2.0",
"@sapphire/framework": "^5.5.0",
"@sapphire/utilities": "^3.18.2",
"@stegripe/command-context": "^1.2.0",
"@stegripe/pino-logger": "^1.2.0",
"@swc/cli": "0.8.1",
"@swc/core": "1.15.43",
"@types/better-sqlite3": "^7.6.13",
"better-sqlite3": "^12.11.1",
"date-fns": "4.4.0",
"discord.js": "14.26.4",
"dotenv": "17.4.2",
"ffmpeg-static": "^5.3.0",
"got": "15.1.0",
"i18n": "0.15.3",
"opusscript": "0.0.8",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"prism-media": "1.3.5",
"puppeteer": "^25.3.0",
"puppeteer-core": "^25.3.0",
"tslib": "2.8.1",
"tweetnacl": "1.0.3",
"zip-lib": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "^2.5.2",
"@stegripe/biomejs-config": "^1.1.0",
"@types/i18n": "0.13.12",
"@types/node": "24.13.2",
"rimraf": "^6.1.3",
"typescript": "6.0.3"
},
"optionalDependencies": {
"@snazzah/davey": "^0.1.12"
}
}