diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-07 22:21:39 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-07 22:22:21 +0000 |
| commit | 52cbc5ac4e0b2a4f81d70050ba2e83ad8541db0d (patch) | |
| tree | 87d5e31f42bd2172f4cff5f4c9d7fd167c543212 /package.json | |
| parent | 88baf168df46d1f03244f5669bb672a712416759 (diff) | |
saves stuff in data.json
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index dbbdaae..5df1265 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "dependencies": { "body-parser": "^1.20.2", "express": "^4.18.3", + "fs": "^0.0.1-security", "twilio": "^4.23.0" }, "devDependencies": { |
