enve
Version:
JSON-parsed environment variables
37 lines (36 loc) • 701 B
JSON
{
"name": "enve",
"version": "1.0.4",
"description": "JSON-parsed environment variables",
"main": "enve.js",
"author": "Xyfir, LLC <contact@xyfir.com> (https://www.xyfir.com)",
"scripts": {
"test": "node test"
},
"license": "MIT",
"keywords": [
"env",
"enve",
"environment",
".env",
"dotenv",
"variables",
"json",
"parse",
"extended",
"expanded",
"object",
"nested"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Xyfir/enve.git"
},
"prettier": {
"singleQuote": true
},
"bugs": {
"url": "https://github.com/Xyfir/enve/issues"
},
"homepage": "https://github.com/Xyfir/enve#readme"
}