summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-23 22:35:50 +0200
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-23 22:35:50 +0200
commite712800cc853e45c6365b3e3f0c5c7db6f9eb4b3 (patch)
tree8fe274e3a849882f1005297bf0854c3cc40b941d /package.json
parent72a4df59fb735b54ad653778224599148e27c02d (diff)
downloadlinkeysearch-e712800cc853e45c6365b3e3f0c5c7db6f9eb4b3.tar.gz
linkeysearch-e712800cc853e45c6365b3e3f0c5c7db6f9eb4b3.tar.bz2
linkeysearch-e712800cc853e45c6365b3e3f0c5c7db6f9eb4b3.zip
freq_GCF: freq implementation as Google Cloud Function; added security options
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 0ceff80..6dd37c3 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "dotenv": "^16.0.3",
"mysql": "^2.18.1",
"npm": "^9.6.2"
}