{
  "name": "@gcoder1991/pi-mesh",
  "version": "0.6.1",
  "description": "Host-owned child-agent mesh for Pi, exposed as typed extension tools",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gcoder1991/pi-mesh.git"
  },
  "homepage": "https://github.com/gcoder1991/pi-mesh#readme",
  "bugs": "https://github.com/gcoder1991/pi-mesh/issues",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./index.ts"
  },
  "files": [
    "index.ts",
    "src/**/*.ts",
    "agents/*.md",
    "docs/*.md",
    "workflows/*.yaml",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi",
    "mesh",
    "subagents",
    "agents"
  ],
  "scripts": {
    "test": "npm run test:unit && npm run test:integration && npm run test:e2e && npm run test:types && npm run test:package",
    "test:bridge": "node --import ./test/support/clean-env.mjs --experimental-strip-types test/bridge/run.mjs",
    "test:unit": "node --import ./test/support/clean-env.mjs --experimental-strip-types --test test/unit/*.test.ts",
    "test:integration": "node --import ./test/support/clean-env.mjs --experimental-strip-types --test --test-concurrency=1 test/integration/*.test.ts",
    "test:e2e": "node --import ./test/support/clean-env.mjs --experimental-strip-types --test --test-concurrency=1 test/e2e/*.test.ts",
    "test:types": "tsc --noEmit",
    "test:package": "npm pack --dry-run"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "dependencies": {
    "croner": "^10.0.1",
    "yaml": "^2.9.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.83.0",
    "@earendil-works/pi-coding-agent": "^0.83.0",
    "@earendil-works/pi-tui": "^0.83.0",
    "@types/node": "^24.0.0",
    "typebox": "1.1.38",
    "typescript": "^5.9.0"
  }
}
