{
  "name": "@furbyhaxx/pi-teardown-screen",
  "version": "0.1.0",
  "description": "Slim Pi extension that prints a teardown screen with session stats when the user quits a pi session. Uses the default pi theme; no configuration.",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "teardown"
  ],
  "pi": {
    "extensions": [
      "extensions/teardown/index.ts"
    ]
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-agent-core": {
      "optional": true
    },
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.74.0",
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@earendil-works/pi-tui": "^0.74.0",
    "@types/node": "^25.7.0",
    "typebox": "^1.1.38",
    "typescript": "^6.0.3"
  },
  "author": "furbyhaxx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/furbyhaxx/pi-teardown-screen.git"
  },
  "bugs": {
    "url": "https://github.com/furbyhaxx/pi-teardown-screen/issues"
  },
  "homepage": "https://github.com/furbyhaxx/pi-teardown-screen#readme",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "extensions/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "package.json"
  ]
}
