summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-11-10 23:46:39 +0300
committereug-vs <eug-vs@keemail.me>2020-11-10 23:47:10 +0300
commit4ac357c935fdcf07ad46301572a703f2fece56d7 (patch)
tree519a653cf8c8fea4a2ebc849b4bff0ea9e682aef /package.json
parent4a1a10c53a3ea08f395fcbee447d4babcb86f792 (diff)
downloadbsu-fantom-4ac357c935fdcf07ad46301572a703f2fece56d7.tar.gz
chore: install dotenv
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 f3963e8..c7982a2 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,7 @@
},
"author": "eug-vs",
"dependencies": {
+ "dotenv": "^8.2.0",
"puppeteer": "^5.4.1"
}
}