diff options
| author | realS1ant <45408404+realS1ant@users.noreply.github.com> | 2021-04-11 02:23:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-11 02:23:32 -0500 |
| commit | db9c2b888dae53a16f371fe9425e7621fb2ed004 (patch) | |
| tree | 786e5fb2a90d461c390af4245fe1a9ed046de1fe /src/package.json | |
| parent | 33a349b2e5b96552c24535cafa9d81af77279796 (diff) | |
| parent | f3d8acbc061e0d40018ace027080c895a04521a3 (diff) | |
| download | StreamFinder-db9c2b888dae53a16f371fe9425e7621fb2ed004.tar.xz StreamFinder-db9c2b888dae53a16f371fe9425e7621fb2ed004.zip | |
Merge pull request #5 from FivePixels/backend-api
api working
Diffstat (limited to 'src/package.json')
| -rw-r--r-- | src/package.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/package.json b/src/package.json index 7269165..f593147 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,15 @@ { + "name": "streamfinder", + "scripts": { + "dev": "nodemon app.js" + }, "dependencies": { + "express": "^4.17.1", "mongodb": "^3.6.6", "puppeteer": "^8.0.0" + }, + "devDependencies": { + "dotenv": "^8.2.0", + "morgan": "^1.10.0" } -} +}
\ No newline at end of file |
