{
  "name": "@chriscode/hush",
  "version": "7.5.0",
  "description": "AI-native secrets manager. Secrets stay encrypted at rest; AI agents help without seeing values.",
  "type": "module",
  "bin": {
    "hush": "./bin/hush.js"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "bun x vitest run",
    "test:watch": "bun x vitest",
    "verify:pack-install": "node ./scripts/verify-pack-install.mjs",
    "prepublishOnly": "bun run build && bun run test && bun run verify:pack-install",
    "type-check": "tsc --noEmit"
  },
  "keywords": [
    "secrets",
    "sops",
    "age",
    "encryption",
    "env",
    "dotenv",
    "monorepo",
    "cloudflare",
    "wrangler",
    "expo",
    "ai",
    "ai-native",
    "agents",
    "llm",
    "claude",
    "secrets-manager"
  ],
  "author": "Chris Hasson",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ch5me/hush.git",
    "directory": "hush-cli"
  },
  "bugs": {
    "url": "https://github.com/ch5me/hush/issues"
  },
  "homepage": "https://github.com/ch5me/hush#readme",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "picocolors": "^1.0.0",
    "yaml": "^2.4.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "@vitest/coverage-v8": "^4.0.17",
    "typescript": "^5.8.3",
    "vitest": "^4.0.17"
  },
  "files": [
    "dist",
    "bin",
    "schema.json"
  ],
  "publishConfig": {
    "access": "public"
  }
}
