summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4e60c5d..dbbdaae 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,11 @@
"start": "node src/app.js"
},
"dependencies": {
+ "body-parser": "^1.20.2",
"express": "^4.18.3",
"twilio": "^4.23.0"
+ },
+ "devDependencies": {
+ "@biomejs/biome": "^1.5.3"
}
}