diff options
author | Raphael Kabo <mail@raphaelkabo.com> | 2023-05-13 19:19:37 +0100 |
---|---|---|
committer | Raphael Kabo <mail@raphaelkabo.com> | 2023-05-13 19:19:37 +0100 |
commit | 45ecdf59f8b0c4090041ce86aad2e5f606253f0d (patch) | |
tree | 77d1f3ea9acd0b23040f15bc757e9ba39c47af26 /package.json | |
parent | f1a5a9b9a0f8357e25e3b2c8d72d745093bda9c3 (diff) |
Migrate config library to TOML
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index db85892..90047c3 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.3.0", "description": "", "main": "index.js", + "type": "module", "scripts": { "build": "tsc", "start": "node dist/start.js", @@ -19,7 +20,6 @@ "@sendgrid/mail": "^6.5.5", "body-parser": "^1.20.2", "cors": "^2.8.5", - "dotenv": "^6.2.0", "express": "^4.18.2", "express-fileupload": "^1.4.0", "express-handlebars": "^6.0.7", @@ -38,7 +38,8 @@ "nodemailer": "^6.9.2", "randomstring": "^1.2.3", "request": "^2.88.2", - "sanitize-html": "^2.10.0" + "sanitize-html": "^2.10.0", + "toml": "^3.0.0" }, "devDependencies": { "eslint": "^8.40.0", |