-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.39 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
{
"name": "OnBeat-Rewrite",
"version": "1.0.0",
"main": "dist/index.js",
"author": "@sapphire",
"license": "UNLICENSE",
"type": "commonjs",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.0",
"@sapphire/decorators": "^6.0.1",
"@sapphire/discord.js-utilities": "6.0.7",
"@sapphire/framework": "^4.4.3",
"@sapphire/plugin-api": "^5.0.4",
"@sapphire/plugin-i18next": "^5.0.3",
"@sapphire/plugin-logger": "^3.0.3",
"@sapphire/utilities": "^3.11.1",
"@skyra/env-utilities": "^1.2.0",
"colorette": "^2.0.20",
"discord.js": "^14.10.2",
"ffmpeg-static": "^5.1.0",
"libsodium-wrappers": "^0.7.11",
"moment": "^2.29.4",
"opusscript": "^0.1.0",
"postgres": "^3.3.4"
},
"devDependencies": {
"@sapphire/cli": "^1.6.1",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/ts-config": "^4.0.0",
"@types/node": "^18.16.3",
"@types/ws": "^8.5.4",
"prettier": "^2.8.8",
"prisma": "^4.13.0",
"tsc-watch": "^6.0.4",
"typescript": "^5.0.4"
},
"scripts": {
"sapphire": "sapphire",
"generate": "sapphire generate",
"build": "tsc",
"watch": "tsc -w",
"start": "node dist/index.js",
"dev": "npm run build && npm run start",
"watch:start": "tsc-watch --onSuccess \"npm run start\"",
"format": "prettier --write \"src/\""
},
"prettier": "@sapphire/prettier-config"
}