mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
added font swap to google font call simplified polyfills updated backend package.json info
30 lines
575 B
JSON
30 lines
575 B
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"description": "backend for YoutubeDL-Material",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"author": "Isaac Grynsztein",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": ""
|
|
},
|
|
"homepage": "",
|
|
"dependencies": {
|
|
"archiver": "^3.1.1",
|
|
"async": "^3.1.0",
|
|
"config": "^3.2.3",
|
|
"exe": "^1.0.2",
|
|
"express": "^4.17.1",
|
|
"lowdb": "^1.0.0",
|
|
"shortid": "^2.2.15",
|
|
"youtube-dl": "^2.3.0"
|
|
}
|
|
}
|