diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-23 22:35:50 +0200 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-23 22:35:50 +0200 |
| commit | e712800cc853e45c6365b3e3f0c5c7db6f9eb4b3 (patch) | |
| tree | 8fe274e3a849882f1005297bf0854c3cc40b941d /package.json | |
| parent | 72a4df59fb735b54ad653778224599148e27c02d (diff) | |
| download | linkeysearch-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.json | 1 |
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" } |
