mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
24 lines
557 B
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"
|
|
}
|
|
}
|