{
  "name": "@hyperse/hyper-env",
  "version": "1.0.18",
  "description": "Populates your environment from .env files at run-time rather than build-time.",
  "keywords": [
    "hyperse",
    "next env",
    "next runtime env",
    "hyper env"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:hyperse-io/hyper-env.git"
  },
  "type": "module",
  "exports": {
    ".": {
      "import": "./index.js",
      "types": "./dist/index.d.ts"
    },
    "./setup-env": {
      "import": "./dist/setup-env.js",
      "types": "./dist/setup-env.d.ts"
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "bin": {
    "hyper-env": "./bin/hyper-env.mjs",
    "hyper-next-standalone": "./bin/hyper-next-standalone.mjs"
  },
  "files": [
    "./bin/",
    "./dist/",
    "./index.js"
  ],
  "scripts": {
    "build": "tsup",
    "next": "next build",
    "lint": "eslint .",
    "lint-fix": "yarn lint --fix",
    "test": "run-s test-unit",
    "test-unit": "vitest run",
    "typecheck": "tsc --project ./tsconfig.json --noEmit",
    "lint-staged-files": "lint-staged --allow-empty",
    "changeset": "changeset",
    "release": "yarn build && changeset publish",
    "cz": "cz",
    "prepare": "husky"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@vercel/nft": "^0.30.1",
    "dotenv": "^17.2.1",
    "dotenv-expand": "^12.0.2",
    "globby": "^14.1.0",
    "minimist": "^1.2.8"
  },
  "devDependencies": {
    "@changesets/changelog-github": "^0.5.1",
    "@changesets/cli": "^2.29.6",
    "@commitlint/cli": "^19.8.1",
    "@commitlint/config-conventional": "^19.8.1",
    "@hyperse/eslint-config-hyperse": "^1.4.8",
    "@hyperse/exec-program": "^1.2.1",
    "@types/minimist": "^1.2.5",
    "@types/node": "^24.3.0",
    "@types/react": "^19.1.12",
    "@types/react-dom": "^19.1.9",
    "commitizen": "^4.3.1",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^9.34.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.1.6",
    "next": "^15.5.2",
    "npm-run-all": "^4.1.5",
    "react": "^19.1.1",
    "react-dom": "^19.1.1",
    "tsup": "^8.5.0",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  },
  "packageManager": "yarn@4.9.4",
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}
