{
  "name": "@kokamvd/esbuild-envfile-plugin",
  "version": "1.1.0",
  "description": "esbuild plugin to load a .env file from the current directory or any parent. It will combine the environment variables with existing/system-wide process.env variables.",
  "main": "index.js",
  "scripts": {
    "test": ""
  },
  "keywords": [
    "esbuild",
    "esbuild plugin",
    "envfile",
    "env",
    "dotenv"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:kokamvd/esbuild-envfile-plugin.git"
  },
  "author": "Nikolay Golomolzin <kokamvd@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "dotenv": "16.4.5"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "bugs": {
    "url": "https://github.com/kokamvd/esbuild-envfile-plugin/issues"
  },
  "homepage": "https://github.com/kokamvd/esbuild-envfile-plugin#readme",
  "directories": {},
  "devDependencies": {}
}
