{
  "name": "pi-package-search",
  "version": "0.1.1",
  "description": "Discover and install Pi packages from npm directly inside Pi.",
  "type": "module",
  "license": "MIT",
  "engines": {
    "node": ">=20.6.0"
  },
  "packageManager": "npm@11.12.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/forjd/pi-package-search.git"
  },
  "bugs": {
    "url": "https://github.com/forjd/pi-package-search/issues"
  },
  "homepage": "https://github.com/forjd/pi-package-search#readme",
  "files": [
    "extensions",
    "skills",
    "src",
    "scripts/setup-git-hooks.mjs",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "pi",
    "pi-package",
    "pi-coding-agent",
    "pi-extension",
    "npm",
    "package-search",
    "developer-tools",
    "typescript"
  ],
  "scripts": {
    "build": "node --eval \"console.log('No build step needed for this pi package.')\"",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "biome check .",
    "format": "biome check --write .",
    "typecheck": "tsc --noEmit",
    "commitlint": "commitlint --from HEAD~1 --to HEAD --verbose",
    "check": "npm run lint && npm run typecheck && npm run test",
    "e2e": "bash ./scripts/e2e-smoke.sh",
    "e2e:published": "PI_PACKAGE_SEARCH_SOURCE=npm:pi-package-search bash ./scripts/e2e-smoke.sh",
    "publish:dry-run": "npm publish --dry-run --access public",
    "prepare": "node scripts/setup-git-hooks.mjs",
    "prepublishOnly": "npm run check"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@sinclair/typebox": "*"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.12",
    "@commitlint/cli": "^20.1.0",
    "@commitlint/config-conventional": "^20.0.0",
    "@mariozechner/pi-coding-agent": "^0.67.68",
    "@sinclair/typebox": "^0.34.49",
    "@types/node": "^24.3.0",
    "simple-git-hooks": "^2.13.1",
    "typescript": "^5.7.3",
    "vitest": "^3.2.4"
  },
  "simple-git-hooks": {
    "commit-msg": "npx --no -- commitlint --edit \"$1\"",
    "pre-commit": "npm run lint && npm run typecheck",
    "pre-push": "npm run test"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "skills": [
      "./skills"
    ]
  }
}
