Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBrunoRM committed Jul 11, 2024
1 parent 7f0608f commit 5a77dcf
Show file tree
Hide file tree
Showing 6 changed files with 1,594 additions and 1,216 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simple-song-downloader",
"description": "simple-song-downloader",
"version": "1.2.1",
"version": "1.2.2",
"main": "dist/index.js",
"scripts": {
"comp": "npx tsc && cd src && npx copyfiles ./package.json ../dist/ && cd .. && npx copyfiles lang/* dist",
Expand All @@ -20,6 +20,7 @@
},
"homepage": "https://github.com/TheBrunoRM/simple-song-downloader#readme",
"dependencies": {
"@distube/ytdl-core": "^4.13.5",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"adm-zip": "^0.5.10",
"dotenv": "^16.3.1",
Expand All @@ -29,7 +30,6 @@
"moment": "^2.29.4",
"node-fetch": "^2.7.0",
"typescript": "^4.9.5",
"ytdl-core": "github:khlevon/node-ytdl-core#v4.11.4-patch.2",
"ytpl": "^2.3.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 5a77dcf

Please sign in to comment.