testhajs / package.json
haaaaus's picture
Upload 10 files
b10e9c4 verified
raw
history blame contribute delete
394 Bytes
{
"name": "ytdlp",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0",
"multer": "^2.0.2",
"node-fetch": "^2.7.0"
}
}