{
  "name": "pi-typeless-input",
  "version": "0.1.0",
  "description": "Debounce and merge Typeless voice input fragments for pi TUI",
  "type": "module",
  "keywords": [
    "pi-package",
    "typeless",
    "voice-input",
    "debounce"
  ],
  "author": "wolido",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/wolido/pi-typeless-input.git"
  },
  "bugs": {
    "url": "https://github.com/wolido/pi-typeless-input/issues"
  },
  "homepage": "https://github.com/wolido/pi-typeless-input#readme",
  "files": [
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "clean": "echo 'nothing to clean'",
    "build": "echo 'nothing to build'",
    "check": "echo 'nothing to check'"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  }
}
