Twan07 commited on
Commit
2b82ee2
·
verified ·
1 Parent(s): ceef871

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +12 -0
package.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "yt-dlp-api",
3
+ "version": "1.0.0",
4
+ "description": "Simple yt-dlp API using Node.js on Hugging Face",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "start": "node index.js"
8
+ },
9
+ "dependencies": {
10
+ "express": "^4.18.2"
11
+ }
12
+ }