@alucarpd86/dotenv-json
Version:
Load environment variables via a JSON file
35 lines (34 loc) • 785 B
JSON
{
"name": "@alucarpd86/dotenv-json",
"version": "1.0.3",
"description": "Load environment variables via a JSON file",
"main": "index.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alucarpd86/dotenv-json.git"
},
"keywords": [
"dotenv",
"dotenvjson"
],
"author": "Matteo Bruni",
"license": "MIT",
"bugs": {
"url": "https://github.com/alucarpd86/dotenv-json/issues"
},
"dependencies": {
"chokidar": "2.1.5"
},
"devDependencies": {
"mocha": "^6.1.2",
"chai": "^4.2.0",
"nyc": "^13.3.0"
},
"homepage": "https://github.com/alucarpd86/dotenv-json#readme",
"directories": {
"test": "test"
}
}