{
  "name": "@dataforxyz/agent-intercom-pi",
  "version": "0.10.0",
  "license": "AGPL-3.0-or-later",
  "type": "module",
  "main": "index.ts",
  "files": [
    "banner.png",
    "*.ts",
    "!*.test.ts",
    "broker/**/*.ts",
    "!broker/**/*.test.ts",
    "ui/**/*.ts",
    "skills/**/*",
    "!**/*.test.ts",
    "THIRD_PARTY_NOTICES.md",
    "licenses/**/*",
    "COPYRIGHT",
    "LICENSE_TRANSITION.md"
  ],
  "scripts": {
    "test": "tsx --test broker/*.test.ts *.test.ts test/*.test.ts",
    "test:ci": "tsx --test --test-concurrency=1 broker/*.test.ts *.test.ts test/*.test.ts",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "pi-package"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "dependencies": {
    "tsx": "^4.20.0"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "@types/node": "^22.15.0",
    "typebox": "*",
    "typescript": "^5.9.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dataforxyz/agent-intercom-pi.git"
  },
  "homepage": "https://github.com/dataforxyz/agent-intercom-pi#readme",
  "bugs": {
    "url": "https://github.com/dataforxyz/agent-intercom-pi/issues"
  }
}
