summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2023-05-13 19:24:13 +0100
committerGitHub <noreply@github.com>2023-05-13 19:24:13 +0100
commit3ec47e9c512ebf7432a4fa139bc0478f9ba98d3b (patch)
treea54618c5dc9f84a8ba06f9c8c33d244f5f26f779 /package.json
parentf1a5a9b9a0f8357e25e3b2c8d72d745093bda9c3 (diff)
parent365398359f2d80345a61f76f3ecf0fd6eb9bdde6 (diff)
Merge pull request #98 from lowercasename/rk/new-config
TOML config library and migration from CommonJS to ES modules
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",