{
  "name": "pi-marketplace",
  "version": "0.1.3",
  "description": "Pi extension for searching, auditing, and installing pi packages from npm — with security review and optional pi.dev enrichment",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "marketplace",
    "search",
    "audit",
    "install",
    "extension"
  ],
  "license": "MIT",
  "author": "507",
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "test": "node --test tests/*.test.mjs",
    "typecheck": "tsc --noEmit --strict --moduleResolution bundler --module esnext --target es2022 --skipLibCheck index.ts src/*.ts src/tools/*.ts"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "files": [
    "index.ts",
    "src/",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@earendil-works/pi-tui": "^0.78.1",
    "typescript": "^5.9.3"
  }
}
