install dotenv package

This commit is contained in:
waltem01 2024-03-13 11:52:10 +01:00
parent 1f51e13a77
commit 91fb38c251
2 changed files with 13 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"name": "webserver",
"version": "0.0.1",
"dependencies": {
"dotenv": "^16.4.5",
"https-proxy-agent": "^7.0.4"
},
"devDependencies": {
@ -1922,6 +1923,17 @@
"node": ">=6.0.0"
}
},
"node_modules/dotenv": {
"version": "16.4.5",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
"integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/electron-to-chromium": {
"version": "1.4.592",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.592.tgz",

View File

@ -42,6 +42,7 @@
},
"type": "module",
"dependencies": {
"dotenv": "^16.4.5",
"https-proxy-agent": "^7.0.4"
}
}