aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-22 04:30:05 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-22 04:30:05 +0000
commite926b5bcaf6035c82b9fb493d9d278946e5f97dd (patch)
tree76d960321ad2f26e4bbfe975afaca402540a1d6a /package.json
parenta7967e0edc516233ebeb3a109c7b0d038db41e0d (diff)
Add .env defaults
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 34e1035..cbae2c7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "website",
- "version": "unpublished",
+ "version": "1.0",
"description": "",
"main": "app/index.mjs",
"scripts": {
@@ -10,8 +10,12 @@
"author": "Leonardo Bishop",
"license": "ISC",
"dependencies": {
+ "@types/dateformat": "^5.0.0",
+ "@types/escape-html": "^1.0.1",
+ "@types/express": "^4.17.13",
+ "@types/glob": "^7.2.0",
"dateformat": "^5.0.2",
- "dotenv": "^10.0.0",
+ "dotenv-defaults": "^3.0.0",
"ejs": "^3.1.6",
"escape-html": "^1.0.3",
"express": "^4.17.1",
@@ -19,10 +23,6 @@
},
"type": "module",
"devDependencies": {
- "@types/dateformat": "^5.0.0",
- "@types/escape-html": "^1.0.1",
- "@types/express": "^4.17.13",
- "@types/glob": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "^8.5.0"