Add dotenv types
This commit is contained in:
parent
90d7679882
commit
e259e25e13
@ -10,6 +10,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@extollo/di": "file:../di",
|
"@extollo/di": "file:../di",
|
||||||
"@extollo/util": "file:../util",
|
"@extollo/util": "file:../util",
|
||||||
|
"@types/dotenv": "^8.2.0",
|
||||||
"@types/negotiator": "^0.6.1",
|
"@types/negotiator": "^0.6.1",
|
||||||
"@types/pug": "^2.0.4",
|
"@types/pug": "^2.0.4",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
@ -17,7 +18,6 @@
|
|||||||
"pug": "^3.0.2",
|
"pug": "^3.0.2",
|
||||||
"typescript": "^4.1.3"
|
"typescript": "^4.1.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@extollo/di': link:../di
|
'@extollo/di': link:../di
|
||||||
'@extollo/util': link:../util
|
'@extollo/util': link:../util
|
||||||
|
'@types/dotenv': 8.2.0
|
||||||
'@types/negotiator': 0.6.1
|
'@types/negotiator': 0.6.1
|
||||||
'@types/pug': 2.0.4
|
'@types/pug': 2.0.4
|
||||||
dotenv: 8.2.0
|
dotenv: 8.2.0
|
||||||
@ -28,6 +29,13 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==
|
integrity: sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==
|
||||||
|
/@types/dotenv/8.2.0:
|
||||||
|
dependencies:
|
||||||
|
dotenv: 8.2.0
|
||||||
|
deprecated: This is a stub types definition. dotenv provides its own type definitions, so you do not need this installed.
|
||||||
|
dev: false
|
||||||
|
resolution:
|
||||||
|
integrity: sha512-ylSC9GhfRH7m1EUXBXofhgx4lUWmFeQDINW5oLuS+gxWdfUeW4zJdeVTYVkexEW+e2VUvlZR2kGnGGipAWR7kw==
|
||||||
/@types/negotiator/0.6.1:
|
/@types/negotiator/0.6.1:
|
||||||
dev: false
|
dev: false
|
||||||
resolution:
|
resolution:
|
||||||
@ -313,6 +321,7 @@ packages:
|
|||||||
specifiers:
|
specifiers:
|
||||||
'@extollo/di': file:../di
|
'@extollo/di': file:../di
|
||||||
'@extollo/util': file:../util
|
'@extollo/util': file:../util
|
||||||
|
'@types/dotenv': ^8.2.0
|
||||||
'@types/negotiator': ^0.6.1
|
'@types/negotiator': ^0.6.1
|
||||||
'@types/pug': ^2.0.4
|
'@types/pug': ^2.0.4
|
||||||
dotenv: ^8.2.0
|
dotenv: ^8.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user