{
  "name": "@typewhisper/pi",
  "version": "0.1.2",
  "description": "Native TypeWhisper tools for the Pi coding agent.",
  "type": "module",
  "license": "GPL-3.0-only",
  "homepage": "https://github.com/TypeWhisper/typewhisper-pi#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TypeWhisper/typewhisper-pi.git"
  },
  "bugs": {
    "url": "https://github.com/TypeWhisper/typewhisper-pi/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi-extension",
    "typewhisper",
    "transcription",
    "dictation",
    "speech-to-text",
    "agent"
  ],
  "engines": {
    "node": ">=20"
  },
  "pi": {
    "extensions": [
      "./extensions/typewhisper.ts"
    ]
  },
  "scripts": {
    "test": "vitest run",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "dependencies": {
    "@typewhisper/mcp": "^0.1.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.80.6",
    "@types/node": "^26.0.0",
    "typebox": "1.3.6",
    "typescript": "^7.0.2",
    "vitest": "^4.1.10"
  }
}
