Project with the goal of creating a backend server with an API for interacting with archived YouTube videos and metadata.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
183 B

  1. {
  2. "name": "ytmirror",
  3. "version": "0.0.1",
  4. "description": "YTMirror",
  5. "main": "server.js",
  6. "author": {
  7. "name": ""
  8. },
  9. "dependencies": {
  10. "express": "^4.16.3"
  11. }
  12. }