-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "ohno-rewrite",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "swc src --strip-leading-paths --out-dir dist",
"start": "pnpm run build && node --enable-source-maps dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "WTFPL",
"type": "module",
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@discordjs/builders": "^1.9.0",
"@discordjs/core": "2.0.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "2.4.0",
"@discordjs/voice": "0.18.0",
"@discordjs/ws": "2.0.0",
"@swc/cli": "^0.3.14",
"@swc/core": "^1.9.2",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^20.17.6",
"async-mutex": "^0.4.1",
"dotenv": "^16.4.5",
"etcd3": "^1.1.2",
"lefthook": "^1.8.4",
"libsodium-wrappers": "^0.7.15",
"prism-media": "1.3.5",
"prisma": "^6.0.0",
"typescript": "^5.6.3"
},
"dependencies": {
"@prisma/client": "6.0.0"
},
"volta": {
"node": "21.6.2"
}
}