-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.31 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
{
"name": "sniffsbotdiscord",
"version": "1.0.0",
"description": "Sniffsbot Discord Client",
"main": "index.ts",
"repository": "git@github.com:bossoq/SniffsbotDiscord.git",
"author": "Kittipos Wajakajornrit",
"license": "MIT",
"scripts": {
"build": "tsc",
"start": "node ./bin/app.js",
"dev": "ts-node ./src/app.ts",
"cmd:deploy": "ts-node src/deploy-commands.ts",
"ytdb:deploy": "ts-node src/deploy-ytdb.ts"
},
"dependencies": {
"@discordjs/builders": "0.6.0",
"@discordjs/opus": "0.6.0",
"@discordjs/rest": "0.1.0-canary.0",
"@discordjs/voice": "0.6.0",
"@supabase/supabase-js": "^1.22.4",
"@types/node": "^16.7.8",
"ably": "^1.2.13",
"axios": "^0.21.4",
"crypto": "^1.0.1",
"discord-api-types": "0.22.0",
"discord-ytdl-core": "^5.0.4",
"discord.js": "13.1.0",
"express": "^4.17.1",
"express-xml-bodyparser": "^0.3.0",
"ffmpeg-static": "^4.4.0",
"googleapis": "^85.0.0",
"node-cron": "^3.0.0",
"sodium": "^3.0.2",
"typescript": "^4.4.2",
"yt-search": "^2.10.1",
"ytdl-core": "^4.9.1"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/express-xml-bodyparser": "^0.3.2",
"@types/node-cron": "^2.0.4",
"@types/yt-search": "^2.3.2",
"eslint": "^7.32.0",
"ts-node": "^10.2.1"
}
}