diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-07 20:33:06 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-07 20:33:06 +0000 |
| commit | b8c096cb1615fb640b9c3dfd08fcf98d1a3913f8 (patch) | |
| tree | f09cd848ae363465f93a1fc8c76843a92e4d2d7b /package.json | |
Initialises project
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..4e60c5d --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "scripts": { + "start": "node src/app.js" + }, + "dependencies": { + "express": "^4.18.3", + "twilio": "^4.23.0" + } +} |
