diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-07 20:47:02 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-07 20:47:02 +0000 |
| commit | 2b8fea0fd0b514b5ca4349185bf4dfb4455d5875 (patch) | |
| tree | ba089cca4b3a16bcd1b33fa3c1db2729600f5c81 /package.json | |
| parent | 48220cb62df8213e30f7b4a431601e5ba5cdea1e (diff) | |
Configures stuff
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
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" } } |
