summaryrefslogtreecommitdiff
path: root/src/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.json')
-rw-r--r--src/package.json11
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