aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index d677bad..8443acd 100644
--- a/package.json
+++ b/package.json
@@ -4,12 +4,14 @@
"description": "",
"main": "app/index.mjs",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "start": "node -r dotenv/config app/index.mjs"
},
"author": "Leonardo Bishop",
"license": "UNLICENSED",
"dependencies": {
"dateformat": "^5.0.2",
+ "dotenv": "^10.0.0",
"ejs": "^3.1.6",
"escape-html": "^1.0.3",
"express": "^4.17.1"