{
  "name": "@hairy/lnv",
  "type": "module",
  "version": "9.1.1",
  "description": "Loading environment variables in Next.js and other frameworks can be quite cumbersome, and using dotenv or vault at runtime is also inconvenient. That's why my created this tool",
  "author": "Hairyf <wwu710632@gmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/hairyf",
  "homepage": "https://github.com/hairyf/@hairy/lnv#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hairyf/@hairy/lnv.git"
  },
  "bugs": "https://github.com/hairyf/@hairy/lnv/issues",
  "keywords": [
    "dotenv",
    "env",
    "vault-dotenv",
    "vault",
    "dotenv-vault",
    "dotenv-cli",
    "typescript",
    "node"
  ],
  "sideEffects": false,
  "main": "./dist/index.js",
  "bin": {
    "lnv": "./bin/index.js"
  },
  "files": [
    "bin",
    "dist"
  ],
  "dependencies": {
    "@antfu/utils": "^9.1.0",
    "@clack/prompts": "^0.11.0",
    "@hairy/utils": "^1.33.0",
    "consola": "^3.4.2",
    "dotenv": "^16.4.7",
    "dotenv-vault": "^1.26.2",
    "mlly": "^1.7.4",
    "nano-spawn": "^0.2.0",
    "nanospinner": "^1.2.2",
    "resolve-global": "^2.0.0",
    "unconfig": "^7.3.2",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.10.1",
    "@antfu/ni": "^24.2.0",
    "@types/node": "^22.13.10",
    "@types/yargs": "^17.0.33",
    "bumpp": "^10.1.0",
    "eslint": "^9.22.0",
    "lint-staged": "^15.5.0",
    "simple-git-hooks": "^2.11.1",
    "tsup": "^0.0.0",
    "tsx": "^4.19.3",
    "typescript": "^5.8.2",
    "vite": "^6.2.2",
    "vitest": "^3.0.9",
    "vitest-package-exports": "^0.1.1",
    "yaml": "^2.7.0",
    "@hairy/lnv": "9.1.1"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm i --frozen-lockfile --ignore-scripts --offline && npx lint-staged"
  },
  "lint-staged": {
    "*": "eslint --fix"
  },
  "scripts": {
    "build": "tsup",
    "lint": "eslint",
    "release": "bumpp && pnpm publish",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts"
}