{
  "name": "pi-quotes",
  "version": "0.1.1",
  "description": "A Pi extension that adds quotes from a text file to the Working... spinner",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "spinner"
  ],
  "author": "danielkhoo",
  "repository": "github:danielkhoo/pi-quotes",
  "homepage": "https://github.com/danielkhoo/pi-quotes",
  "license": "MIT",
  "type": "module",
  "files": [
    "extensions",
    "images",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./extensions/quotes/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@types/node": "^22.0.0",
    "typescript": "^5.0.0"
  },
  "scripts": {
    "check": "tsc --noEmit"
  }
}
