Add dotenv types

This commit is contained in:
2021-03-22 19:18:50 -05:00
parent 90d7679882
commit e259e25e13
2 changed files with 10 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
"dependencies": {
"@extollo/di": "file:../di",
"@extollo/util": "file:../util",
"@types/dotenv": "^8.2.0",
"@types/negotiator": "^0.6.1",
"@types/pug": "^2.0.4",
"dotenv": "^8.2.0",
@@ -17,7 +18,6 @@
"pug": "^3.0.2",
"typescript": "^4.1.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",