Diff of /package.json [000000] .. [16f085]

Switch to side-by-side view

--- a
+++ b/package.json
@@ -0,0 +1,19 @@
+{
+    "name": "app-service-hello-world",
+    "description": "Simple Hello World Node.js sample for Azure App Service",
+    "version": "0.0.1",
+    "private": true,
+    "license": "MIT",
+    "author": "Microsoft",
+    "scripts": {
+        "start": "node index.js",
+        "dev": "nodemon"
+    },
+    "dependencies": {
+        "ejs": "^3.1.8",
+        "express": "^4.18.1"
+    },
+    "devDependencies": {
+        "nodemon": "^2.0.19"
+    }
+}