{
  "name": "@paulcailly/hermes-deploy",
  "version": "1.6.0",
  "description": "Deploy Nous Research's hermes-agent to AWS and GCP in one command",
  "license": "Apache-2.0",
  "author": "Paul Cailly",
  "homepage": "https://github.com/PaulCailly/hermes-deploy#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PaulCailly/hermes-deploy.git"
  },
  "bugs": {
    "url": "https://github.com/PaulCailly/hermes-deploy/issues"
  },
  "keywords": [
    "hermes-agent",
    "nous-research",
    "deploy",
    "cli",
    "nixos",
    "aws",
    "gcp",
    "agent",
    "llm"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "bin": {
    "hermes-deploy": "./dist/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "tsup && npm run build:web && npm run build:copy-web",
    "build:server": "tsup",
    "build:web": "cd web && npm ci && npm run build",
    "build:copy-web": "node scripts/copy-web-dist.mjs",
    "start": "bash scripts/dev.sh",
    "dev": "tsup --watch",
    "dev:dashboard": "node dist/cli.js dashboard --port 4173 --no-open",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:e2e": "vitest run --config vitest.e2e.config.ts",
    "lint": "eslint src tests",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run lint && npm run typecheck && npm run test && npm run build"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@aws-sdk/client-ec2": "^3.1032.0",
    "@aws-sdk/client-route-53": "^3.1032.0",
    "@fastify/static": "^9.1.0",
    "@fastify/websocket": "^11.2.0",
    "@google-cloud/compute": "^6.9.0",
    "@google-cloud/dns": "^5.3.1",
    "commander": "^12.1.0",
    "fastify": "^5.8.4",
    "ink": "^7.0.0",
    "ink-spinner": "^5.0.0",
    "proper-lockfile": "^4.1.2",
    "react": "^19.2.5",
    "smol-toml": "^1.3.0",
    "ssh2": "^1.15.0",
    "yaml": "^2.8.3",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^20.14.0",
    "@types/proper-lockfile": "^4.1.4",
    "@types/react": "^19.2.14",
    "@types/ssh2": "^1.15.0",
    "@types/ws": "^8.18.1",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "aws-sdk-client-mock": "^4.0.0",
    "eslint": "^9.0.0",
    "ink-testing-library": "^4.0.0",
    "tsup": "^8.2.0",
    "typescript": "^5.5.0",
    "vitest": "^2.0.0"
  }
}
