UNPKG
@alucarpd86/dotenv-json
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
Load environment variables via a JSON file
github.com/alucarpd86/dotenv-json
alucarpd86/dotenv-json
@alucarpd86/dotenv-json
/
test
/
.env.json
13 lines
•
168 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"sample"
:
"value1"
,
"sample2"
:
"value2"
,
"complex"
:
{
"string"
:
"Hello"
,
"number"
:
42
,
"list"
:
[
"one"
,
"two"
,
"three"
]
}
}