Skip to content

Commit

Permalink
➕ oauth1.0 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Vondee committed Jul 26, 2024
1 parent f330d0e commit 0f7e046
Show file tree
Hide file tree
Showing 2 changed files with 1,072 additions and 1,081 deletions.
5 changes: 3 additions & 2 deletions packages/video-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "node -r esbuild-runner/register ./src/video-queue.ts",
"dev": "nodemon -r esbuild-runner/register ./src/video-queue.ts --env=development",
"build": "tsc --build tsconfig.prod.json && tsc-alias -p tsconfig.prod.json",
"format": "prettier --write \"src/**/*.ts\"",
"start": "node ./dist/video-queue.js"
Expand All @@ -20,6 +20,7 @@
"amqplib": "^0.10.4",
"google-auth-library": "^9.11.0",
"googleapis": "^140.0.0",
"mongodb": "^6.7.0"
"mongodb": "^6.7.0",
"oauth-1.0a": "^2.2.6"
}
}
Loading

0 comments on commit 0f7e046

Please sign in to comment.