-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "pantofel-v2",
"version": "1.0.0",
"description": "cudowny bot muzyczny",
"main": "index.js",
"scripts": {
"dev": "ts-node src/main.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wolftender/pantofel-v2.git"
},
"author": "eden (kasztan krol inc)",
"license": "ISC",
"bugs": {
"url": "https://github.com/wolftender/pantofel-v2/issues"
},
"homepage": "https://github.com/wolftender/pantofel-v2#readme",
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.20",
"@types/sharp": "^0.31.0",
"prisma": "^3.15.2",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@discordjs/builders": "^1.2.0",
"@discordjs/rest": "^1.1.0",
"@discordjs/voice": "^0.11.0",
"@prisma/client": "^3.15.2",
"discord-api-types": "^0.37.5",
"discord.js": "^14.3.0",
"dotenv": "^16.0.1",
"fluent-ffmpeg": "^2.1.2",
"reflect-metadata": "^0.1.13",
"sharp": "^0.31.2",
"sodium": "^3.0.2"
}
}