UNPKG

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.

19 lines (18 loc) 391 B
{ "name": "esbuild-envfile-plugin-test", "version": "1.0.1", "description": "", "main": "build.js", "scripts": { "build": "node build", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": {}, "devDependencies": { "dotenv": "^16.0.1", "esbuild": "^0.14.42", "esbuild-envfile-plugin": "^1.0.6" } }