{
  "name": "pi-logo",
  "version": "1.0.0",
  "description": "Pi extension logo",
  "type": "module",
  "license": "MIT",
  "author": "Fredy Sandoval <spam@fredy.dev>",
  "homepage": "https://github.com/FredySandoval/pi-logo#readme",
  "bugs": {
    "url": "https://github.com/FredySandoval/pi-logo/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FredySandoval/pi-logo.git"
  },
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension"
  ],
  "files": [
    "src/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "pack:check": "npm pack --dry-run",
    "test": "npm run typecheck"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "@types/node": "^22.0.0",
    "typebox": "*",
    "typescript": "^5.9.0"
  }
}
