{
  "name": "@ooneex/app-env",
  "description": "Environment detection and configuration management for Ooneex applications — supports development, staging, production, and testing environments",
  "version": "1.10.0",
  "type": "module",
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "license": "MIT",
  "scripts": {
    "test": "bun test tests",
    "build": "bunup",
    "lint": "tsgo --noEmit && bunx biome lint",
    "npm:publish": "bun publish --tolerate-republish --force --production --access public"
  },
  "dependencies": {
    "@ooneex/utils": "^0.4.13",
    "@ooneex/container": "^1.5.1",
    "@ooneex/exception": "^1.2.10",
    "@ooneex/http-status": "^1.1.11"
  },
  "devDependencies": {},
  "keywords": [
    "bun",
    "config",
    "configuration",
    "env",
    "environment",
    "ooneex",
    "typescript"
  ]
}
