Jonell01 commited on
Commit
87fed21
·
verified ·
1 Parent(s): 2541003

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +22 -0
package.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "youtube-downloader-api",
3
+ "version": "1.0.0",
4
+ "description": "Express API for downloading YouTube videos as MP3 and fetching metadata.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "start": "node index.js"
8
+ },
9
+ "dependencies": {
10
+ "axios": "^1.6.1",
11
+ "cheerio": "^1.0.0-rc.12",
12
+ "express": "^4.18.2",
13
+ "fs": "0.0.1-security",
14
+ "tough-cookie": "^4.1.3"
15
+ },
16
+ "engines": {
17
+ "node": ">=16.0.0"
18
+ },
19
+ "keywords": ["youtube", "mp3", "downloader", "express", "api"],
20
+ "author": "CC PROJECTS",
21
+ "license": "MIT"
22
+ }