json_env 1.2.1

Loads an environment variables from a JSON file (`.env.json` per default) and starts a subprocess with them.
{
  "name": "@brodo/json_env",
  "version": "1.2.1",
  "description": "json_env is dotenv, but with JSON.",
  "directories": {
    "example": "examples"
  },
  "bin": {
    "json_env": "npm/run.js"
  },
  "scripts": {
    "postinstall": "node npm/scripts.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brodo/json_env.git"
  },
  "keywords": [
    "json",
    "env",
    "dotenv",
    "dotfile",
    "cli"
  ],
  "author": "Julian Dax <julian.dax@posteo.de>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/brodo/json_env/issues"
  },
  "homepage": "https://github.com/brodo/json_env#readme",
  "dependencies": {
    "binary-install": "^1.0.6"
  },
  "files": [
    "npm/**/*"
  ]
}