UNPKG

@d3vtool/strict-env

Version:

A utility to automatically load and validate environment variables from `.env` files, ensuring they're properly configured before your system starts.

67 lines (66 loc) 1.68 kB
{ "name": "@d3vtool/strict-env", "version": "6.0.0", "description": "A utility to automatically load and validate environment variables from `.env` files, ensuring they're properly configured before your system starts.", "source": "src/index.ts", "main": "dist/cjs/index.js", "types": "dist/types/index.d.ts", "exports": { ".": { "require": "./dist/cjs/index.js", "import": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts" }, "./js": { "require": "./dist/cjs/setup.js", "import": "./dist/cjs/setup.js", "types": "./dist/types/setup.d.ts" }, "./ts": { "require": "./dist/cjs/tsetup.js", "import": "./dist/cjs/tsetup.js", "types": "./dist/types/tsetup.d.ts" }, "./tindex": { "require": "./dist/cjs/t-index.js", "import": "./dist/cjs/t-index.js", "types": "./dist/types/t-index.d.ts" } }, "keywords": [ "env", "environment-variables", "strict-env", "dotenv", "configuration", "env-validation", "environment-setup", "configuration-management", "env-loader", "environment-file", "nodejs", "devops", "secure-env" ], "scripts": { "test": "vitest", "build": "npm run build:cjs", "build:cjs": "tsc -p tsconfig.cjs.json" }, "author": "Sudhanshu Kumar", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ks961/strict-env" }, "dependencies": { "@d3vtool/validator": "^1.1.4" }, "devDependencies": { "@types/bun": "^1.2.20", "@types/node": "^24.2.1", "esbuild": "^0.25.9", "typescript": "^5.9.2", "vitest": "^3.2.4" } }