{
  "name": "pi-terse-tools",
  "version": "0.3.1",
  "description": "Compress every pi tool call into two lines: readable input, then useful result output.",
  "license": "MIT",
  "author": "astrohan",
  "repository": {
    "type": "git",
    "url": "https://github.com/Astro-Han/pi-terse-tools.git",
    "directory": "packages/terse"
  },
  "homepage": "https://github.com/Astro-Han/pi-terse-tools#readme",
  "bugs": { "url": "https://github.com/Astro-Han/pi-terse-tools/issues" },
  "keywords": ["pi-package", "pi", "pi-coding-agent", "extension", "developer-tools"],
  "type": "module",
  "engines": { "node": ">=22.19.0" },
  "scripts": { "test": "node --test test/*.test.ts" },
  "files": ["src/index.ts", "README.md", "LICENSE"],
  "pi": { "extensions": ["./src/index.ts"] },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80.0",
    "@earendil-works/pi-tui": ">=0.80.0"
  }
}
