-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "lucy-radio",
"version": "2.5.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier -w src",
"build": "tsc -b",
"start": "node dist/index.js",
"duplicates": "tsc -b && node dist/utils/duplicates.js",
"full": "rmdir /s /q dist && yarn launch",
"launch": "yarn install && yarn build && yarn start"
},
"keywords": [],
"author": "lrmn",
"license": "ISC",
"devDependencies": {
"eslint": "^8.28.0",
"prettier": "^2.7.1"
},
"dependencies": {
"@discord-player/extractor": "^4.1.0",
"@discordjs/opus": "^0.9.0",
"amethystjs": "^1.4.0",
"avconv": "^3.1.0",
"discord-player": "^6.0.0",
"discord.js": "^14.8.0",
"dotenv": "^16.3.1",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.1.0",
"fs": "^0.0.1-security",
"soundcloud-scraper": "5.x",
"spotify-url-info": "3.x",
"tsc": "^2.0.4",
"typescript": "^4.9.3",
"youtube-sr": "4.x",
"ytdl-core": "^4.11.5"
}
}