@alvinmush/audiodl-mp3
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@alvinmush/audiodl-mp3", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "An NPM package to facilitate downloading music from YouTube, including automatic retrieval of ID3 tags and album art via the iTunes public API.", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"bin": { | ||
"ytdl-mp3": "bin/ytdl-mp3.cjs" | ||
"audiodl-mp3": "bin/audiodl-mp3.cjs" | ||
}, | ||
@@ -45,5 +45,5 @@ "files": [ | ||
"build": "rm -rf dist && tsup", | ||
"build:bundle": "esbuild bin/ytdl-mp3.cjs --bundle --minify --platform=node --target=node18 --outfile=build/app.js", | ||
"build:bundle": "esbuild bin/audiodl-mp3.cjs --bundle --minify --platform=node --target=node18 --outfile=build/app.js", | ||
"build:compile": "pkg --out-path=build --target=latest build/app.js", | ||
"cli": "node ./bin/ytdl-mp3", | ||
"cli": "node ./bin/audiodl-mp3", | ||
"compile": "npm run build", | ||
@@ -63,3 +63,3 @@ "dev": "tsup --watch", | ||
"ytdl-core": "4.11.5", | ||
"ytdl-mp3": "^3.4.0" | ||
"audiodl-mp3": "^3.4.0" | ||
}, | ||
@@ -66,0 +66,0 @@ "devDependencies": { |
3432
+ Addedaudiodl-mp3@^3.4.0
- Removedytdl-mp3@^3.4.0
- Removedytdl-mp3@3.4.1(transitive)