{
  "name": "@nexload-sdk/env",
  "version": "3.1.0",
  "description": "Type-safe, modern, and extensible environment variable manager for JS/TS applications — with built-in validation, composable presets, and advanced logging. Perfect for Next.js, Node.js, and API/CMS stacks.",
  "keywords": [
    "env",
    "environment",
    "variables",
    "typescript",
    "config",
    "validation",
    "nextjs",
    "nodejs",
    "schema",
    "preset",
    "logging",
    "modular"
  ],
  "homepage": "https://github.com/gecut/nexload-sdk/tree/main/packages/env",
  "bugs": {
    "url": "https://github.com/gecut/nexload-sdk/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gecut/nexload-sdk.git",
    "directory": "packages/env"
  },
  "author": {
    "name": "S. MohammadMahdi Zamanian",
    "url": "https://mm25zamanian.ir",
    "email": "dev@mm25zamanian.ir"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./presets": {
      "types": "./dist/presets/index.d.ts",
      "import": "./dist/presets/index.mjs",
      "require": "./dist/presets/index.cjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "package.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@nexload-sdk/logger": "^4.1.0"
  },
  "devDependencies": {
    "@types/node": "^25.0.3",
    "change-case": "^5.4.4",
    "eslint": "^9.39.2",
    "typescript": "5.9.3",
    "@nexload-sdk/bundler": "4.0.1",
    "@nexload-sdk/eslint-config": "4.0.1",
    "@nexload-sdk/typescript-config": "4.0.1"
  },
  "scripts": {
    "lint": "eslint .",
    "build": "node esbuild.config.mjs"
  }
}