{
  "name": "entourage",
  "version": "3.0.1",
  "description": "A Secure production ready entourage for ENV variables",
  "main": "index.js",
  "scripts": {
    "lint": "npx eslint *.js lib/*.js examples/*.js --fix",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "env",
    "environment",
    "secure",
    "production",
    "ent",
    "entourage"
  ],
  "author": "Active 9 LLC.",
  "license": "MIT",
  "dependencies": {
    "async": "^3.2.1",
    "debug": "^4.3.2",
    "glob": "^7.2.0",
    "ini": "^2.0.0",
    "simple-encryptor": "^4.0.0"
  },
  "directories": {
    "examples": "examples"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/active9/entourage"
  },
  "bugs": {
    "url": "https://github.com/active9/entourage/issues"
  },
  "homepage": "https://github.com/active9/entourage",
  "engines": {
    "node": ">=11.12.0"
  }
}
