{
  "name": "@w3lshdog/hyper-agent",
  "version": "0.4.0",
  "description": "Shared agent interface standard for the Hyperfocus Zone ecosystem — validate manifests, scaffold agents",
  "main": "cli/validate.js",
  "types": "types/index.d.ts",
  "exports": {
    ".": "./cli/validate.js",
    "./registry": "./cli/registry.js",
    "./client": "./cli/client.js"
  },
  "bin": {
    "hyper-agent": "cli/index.js"
  },
  "scripts": {
    "validate": "node cli/index.js validate",
    "test": "node --test tests/*.test.js",
    "test:templates": "node cli/validate.js templates/python-starter/ && node cli/validate.js templates/node-starter/ && node cli/validate.js templates/typescript-starter/ && node cli/validate.js templates/mcp-starter/ && echo 'All templates valid ✅'",
    "test:strict": "node cli/index.js validate templates/ --strict",
    "registry:build": "node cli/index.js registry build templates/ --out registry.json",
    "studio": "node cli/index.js studio"
  },
  "keywords": [
    "ai-agents",
    "hypercode",
    "hyperfocus-zone",
    "agent-sdk",
    "mcp",
    "neurodivergent",
    "adhd"
  ],
  "author": "welshDog",
  "license": "AGPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/welshDog/HyperAgent-SDK.git"
  },
  "homepage": "https://github.com/welshDog/HyperAgent-SDK#readme",
  "bugs": {
    "url": "https://github.com/welshDog/HyperAgent-SDK/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1"
  },
  "files": [
    "cli/",
    "templates/",
    "studio/",
    "types/",
    "hyper-agent-spec.json",
    "README.md",
    "LICENSE"
  ]
}
