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

24 lines
557 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "backend for hda",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tzahi12345/hda-backend.git"
},
"author": "Isaac Grynsztein",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tzahi12345/hda-backend/issues"
},
"homepage": "https://github.com/Tzahi12345/hda-backend#readme",
"dependencies": {
"exe": "^1.0.2",
"youtube-dl": "1.11.1"
}
}