diff --git a/README.md b/README.md index 51cfdbd..f6fdde8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # arg-env -Node.js package to work with `.env` files in the same way as docker and docker-compose via `--env-file` or `"env_file"` in package.json +Node.js package to work with `.env` files in the same way as [docker](https://docs.docker.com/engine/reference/commandline/run/#options) and [docker-compose](https://docs.docker.com/compose/environment-variables/) via argument `--env-file=…` in CLI, `"env_file": […]` in package.json and environment variables `ENV_FILE_?=…` [![build@ci](https://github.com/askirmas/arg-env/workflows/build/badge.svg)](https://github.com/askirmas/arg-env/actions) [![codecov](https://codecov.io/gh/askirmas/arg-env/branch/main/graph/badge.svg?token=MGpavfql7g)](https://codecov.io/gh/askirmas/arg-env) diff --git a/package.json b/package.json index 72d5c9e..4ed47e2 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ }, "author": "Andrii Kirmas ", "license": "MIT", + "dependencies": {}, "devDependencies": { "@types/dotenv": "^8.2.0", "@types/jest": "^27.0.1",