{
  "name": "@varlock/hashicorp-vault-plugin",
  "description": "Varlock plugin to load secrets from HashiCorp Vault (KV v2 secrets engine) / OpenBao",
  "version": "2.1.1",
  "type": "module",
  "homepage": "https://varlock.dev/plugins/hashicorp-vault/",
  "bugs": "https://github.com/dmno-dev/varlock/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dmno-dev/varlock.git",
    "directory": "packages/plugins/hashicorp-vault"
  },
  "exports": {
    "./plugin": "./dist/plugin.cjs"
  },
  "files": ["dist"],
  "scripts": {
    "dev": "tsdown --watch",
    "build": "tsdown",
    "test": "vitest",
    "test:ci": "vitest --run",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "varlock",
    "plugin",
    "varlock-plugin",
    "hashicorp",
    "vault",
    "secrets",
    "kv",
    "env",
    ".env",
    "dotenv",
    "environment variables",
    "env vars",
    "config"
  ],
  "author": "dmno-dev",
  "license": "MIT",
  "engines": {
    "node": ">=22"
  },
  "peerDependencies": {
    "varlock": "^1.17.1"
  },
  "devDependencies": {
    "@env-spec/utils": "^0.0.0",
    "@types/node": "25.3.2",
    "ky": "^1.14.3",
    "outdent": "^0.8.0",
    "tsdown": "^0.22.14",
    "varlock": "^1.17.1",
    "vitest": "^4.0.18"
  }
}
