{
  "name": "@iurysza/pi-wtf",
  "version": "0.1.0",
  "description": "Record repeated workflow friction in a workspace WTF.md file.",
  "author": "Iury Souza",
  "license": "MIT",
  "type": "module",
  "keywords": ["pi-package", "pi-extension", "workflow", "friction"],
  "files": ["src", "README.md", "LICENSE"],
  "publishConfig": { "access": "public" },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iurysza/pi-extensions.git",
    "directory": "packages/pi-wtf"
  },
  "bugs": { "url": "https://github.com/iurysza/pi-extensions/issues" },
  "homepage": "https://github.com/iurysza/pi-extensions/tree/main/packages/pi-wtf#readme",
  "engines": { "node": ">=22.19.0" },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.10",
    "@types/node": "^24.12.0",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "test": "node --test tests/*.test.mjs",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "check": "npm run typecheck && npm test"
  },
  "pi": { "extensions": ["./src/index.ts"] }
}
