{
  "name": "@underactive/pi-topping-splash",
  "version": "0.3.2",
  "description": "A Pi extension that replaces the default startup header with an informative splash screen and optionally adds an interactive startup gate menu",
  "keywords": [
    "pi-package",
    "pi-extension"
  ],
  "license": "MIT",
  "author": "Eric Sison",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/underactive/pi-topping-splash.git"
  },
  "bugs": {
    "url": "https://github.com/underactive/pi-topping-splash/issues"
  },
  "homepage": "https://github.com/underactive/pi-topping-splash#readme",
  "type": "module",
  "engines": {
    "node": ">=22.19.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "index.ts",
    "src/**/*.ts",
    "media/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --test --test-reporter=dot --test-reporter-destination=stdout test/*.test.ts"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.86.0",
    "@earendil-works/pi-ai": "0.86.0",
    "@earendil-works/pi-tui": "0.86.0",
    "@types/node": "^24.0.0",
    "typescript": "^5.9.3"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/underactive/pi-topping-splash/main/media/pi-splash.png"
  }
}
