diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-13 15:14:35 -0600 |
---|---|---|
committer | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-13 15:14:35 -0600 |
commit | fe139bf26b5f76db3b3e9a351300129c2497b967 (patch) | |
tree | 76200ab67499cd447d0826a755808a1a7f275fff /package.json | |
parent | 3ea2cf7db30bbe78748e1b9103fbe9cc9e915b0f (diff) | |
download | skyblock-api-fe139bf26b5f76db3b3e9a351300129c2497b967.tar.gz skyblock-api-fe139bf26b5f76db3b3e9a351300129c2497b967.tar.bz2 skyblock-api-fe139bf26b5f76db3b3e9a351300129c2497b967.zip |
add dotenv as dev dependency
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" } } |