Jonell01 commited on
Commit
17b52d0
·
verified ·
1 Parent(s): 45fbaf2

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +19 -0
package.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "yt-mp3-uploader",
3
+ "version": "1.0.0",
4
+ "description": "A simple Node.js app to download MP3 from YouTube and upload it.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "start": "node index.js"
8
+ },
9
+ "dependencies": {
10
+ "axios": "^1.3.3",
11
+ "discord.js": "^14.11.0",
12
+ "dotenv": "^16.3.1",
13
+ "express": "^4.18.2",
14
+ "form-data": "^4.0.0",
15
+ "cheerio": "^1.0.0-rc.12"
16
+ },
17
+ "author": "Your Name",
18
+ "license": "ISC"
19
+ }