{
  "name": "delx-wellness-hermes",
  "version": "0.3.11",
  "description": "Turn Hermes into a local-first wellness agent with guided setup, onboarding, MCP connector presets, wellness skills and doctor checks.",
  "license": "MIT",
  "homepage": "https://wellness.delx.ai/hermes",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidmosiah/delx-wellness-hermes.git"
  },
  "bugs": {
    "url": "https://github.com/davidmosiah/delx-wellness-hermes/issues",
    "email": "support@delx.ai"
  },
  "keywords": [
    "hermes",
    "wellness",
    "mcp",
    "ai-agents",
    "hermes-agent",
    "wearables",
    "whoop",
    "garmin",
    "oura",
    "fitbit",
    "nutrition",
    "delx"
  ],
  "type": "module",
  "bin": {
    "delx-wellness-hermes": "bin/delx-wellness-hermes.js"
  },
  "files": [
    "bin",
    "dist",
    "skills",
    "templates",
    "LICENSE",
    "README.md",
    "llms.txt",
    "SECURITY.md"
  ],
  "exports": {
    ".": "./dist/index.js"
  },
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "test": "npm run typecheck && tsx --test tests/*.test.ts",
    "prepack": "npm run build",
    "doctor": "tsx src/cli.ts doctor",
    "e2e": "tsx src/cli.ts e2e",
    "setup": "tsx src/cli.ts setup",
    "install:dry-run": "tsx src/cli.ts install --dry-run",
    "onboarding": "tsx src/cli.ts onboarding",
    "prepublishOnly": "npm test"
  },
  "dependencies": {
    "yaml": "^2.8.1"
  },
  "devDependencies": {
    "@types/node": "^25.6.0",
    "tsx": "^4.20.6",
    "typescript": "^6.0.3"
  },
  "overrides": {
    "esbuild": "0.28.1"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  }
}
