Project with the goal of creating a backend server with an API for interacting with archived YouTube videos and metadata.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 

12 行
183 B

{
"name": "ytmirror",
"version": "0.0.1",
"description": "YTMirror",
"main": "server.js",
"author": {
"name": ""
},
"dependencies": {
"express": "^4.16.3"
}
}