UNPKG

autoenv

Version:

automatically load dotenv files based on NODE_ENV

50 lines (49 loc) 1.18 kB
{ "version": "2.0.4", "name": "autoenv", "description": "automatically load dotenv files based on NODE_ENV", "author": "Ahmad Nassri <email@ahmadnassri.com> (https://www.ahmadnassri.com)", "homepage": "https://github.com/ahmadnassri/node-autoenv", "repository": { "type": "git", "url": "https://github.com/ahmadnassri/node-autoenv.git" }, "bugs": { "url": "https://github.com/ahmadnassri/node-autoenv/issues" }, "funding": { "type": "individual", "url": "https://github.com/sponsors/ahmadnassri" }, "license": "MIT", "keywords": [ "autoenv", "dotenv", "env", ".env", "environment", "variables", "config", "settings" ], "engines": { "node": ">=20" }, "files": [ "index.js", "lib" ], "main": "index.js", "scripts": { "test": "npm run test:cli -- test", "test:cli": "node --experimental-test-coverage --test", "test:watch": "npm run test:cli -- --watch test", "test:ci": "npm run test:cli -- --test-reporter node-test-github-reporter test" }, "dependencies": { "dotenv": "^16.0.1" }, "devDependencies": { "node-test-github-reporter": "^1.2.0" } }