diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 53da9f9..fa8155a 100644 --- a/package.json +++ b/package.json @@ -28,5 +28,8 @@ "express": "^4.17.1", "node-cache": "^5.1.2", "node-fetch": "^2.6.1" + }, + "devDependencies": { + "dotenv": "^8.2.0" } } |