summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
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",