esbuild-envfile-plugin
Version:
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.
34 lines • 981 B
JSON
{
"name": "esbuild-envfile-plugin",
"version": "1.0.7",
"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:rw3iss/esbuild-envfile-plugin.git"
},
"author": "Ryan Weiss <rw3iss@gmail.com>",
"license": "ISC",
"dependencies": {
"dotenv": "16.4.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"bugs": {
"url": "https://github.com/rw3iss/esbuild-envfile-plugin/issues"
},
"homepage": "https://github.com/rw3iss/esbuild-envfile-plugin#readme",
"directories": {},
"devDependencies": {}
}