{
  "name": "@badliveware/pi-footer-framework",
  "version": "0.3.2",
  "description": "Configurable footer framework extension for Pi.",
  "type": "module",
  "types": "./index.ts",
  "keywords": [
    "pi-package",
    "pi-extension",
    "footer",
    "ui"
  ],
  "license": "MIT",
  "author": "BadLiveware",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BadLiveware/pi.git",
    "directory": "agent/extensions/public/footer-framework"
  },
  "bugs": {
    "url": "https://github.com/BadLiveware/pi/issues"
  },
  "homepage": "https://github.com/BadLiveware/pi/tree/main/agent/extensions/public/footer-framework#readme",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "assets",
    "examples",
    "index.ts",
    "skills",
    "src",
    "package.json"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "engines": {
    "node": ">=20"
  }
}
