-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "revolt-phlash",
"version": "0.0.1",
"description": "Port of PHLASH for Revolt.",
"main": "dist.js",
"scripts": {
"start": "node build.mjs && node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/itzTheMeow/revolt-phlash.git"
},
"author": "Meow",
"license": "ISC",
"bugs": {
"url": "https://github.com/itzTheMeow/revolt-phlash/issues"
},
"homepage": "https://github.com/itzTheMeow/revolt-phlash#readme",
"dependencies": {
"@distube/ytdl-core": "^4.13.2",
"@revkit/voice": "^0.0.6",
"@types/jsdom": "^20.0.1",
"@types/node": "^18.7.18",
"@types/qs": "^6.9.7",
"axios": "^1.2.2",
"cheerio": "1.0.0-rc.12",
"currency-converter-lt": "^2.0.1",
"enhanced.db-new": "^1.0.2",
"esbuild": "^0.17.10",
"ffmpeg-static": "^5.1.0",
"jsdom": "^21.1.0",
"mathjs": "^12.4.1",
"ms-plus": "^0.0.6",
"node-youtube-music": "^0.10.2",
"qs": "^6.11.0",
"revkit": "^1.1.11",
"revoltbots.js": "^1.0.5",
"soundcloud-scraper": "^5.0.3",
"soundcloud.ts": "^0.4.9",
"typescript": "^4.8.3",
"undici": "^5.20.0",
"ws": "^8.13.0",
"youtube-sr": "^4.3.4"
}
}