You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
YoutubeDL-Material/backend/package.json

33 lines
656 B
JSON

8 years ago
{
"name": "backend",
"version": "1.0.0",
"description": "backend for YoutubeDL-Material",
8 years ago
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
8 years ago
},
"repository": {
"type": "git",
"url": ""
8 years ago
},
"author": "Isaac Grynsztein",
"license": "MIT",
"bugs": {
"url": ""
8 years ago
},
"homepage": "",
8 years ago
"dependencies": {
"archiver": "^3.1.1",
"async": "^3.1.0",
"compression": "^1.7.4",
"config": "^3.2.3",
8 years ago
"exe": "^1.0.2",
"express": "^4.17.1",
"lowdb": "^1.0.0",
"shortid": "^2.2.15",
"uuidv4": "^6.0.6",
"youtube-dl": "^3.0.2"
8 years ago
}
}