{
  "name": "@pkgseer/cli",
  "description": "Retired - use githits instead: https://github.com/githits-com/githits-cli",
  "version": "0.7.0",
  "type": "module",
  "files": [
    "dist",
    "LICENSE"
  ],
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "bin": {
    "pkgseer": "./dist/cli.js"
  },
  "scripts": {
    "codegen": "graphql-codegen --config codegen.ts",
    "build": "bun run codegen && bunup --dts --target node --packages=external --exports && chmod +x dist/cli.js",
    "dev": "bun run ./src/cli.ts",
    "inspector": "npx @modelcontextprotocol/inspector bun run dev mcp",
    "test": "bun test",
    "e2e": "bun test ./e2e/code-navigation.e2e.ts ./e2e/code-graph.e2e.ts ./e2e/package-intel.e2e.ts ./e2e/docs.e2e.ts ./e2e/search.e2e.ts --timeout 60000",
    "e2e:update": "UPDATE_BASELINES=1 bun test ./e2e/code-navigation.e2e.ts ./e2e/code-graph.e2e.ts ./e2e/package-intel.e2e.ts ./e2e/docs.e2e.ts ./e2e/search.e2e.ts --timeout 60000",
    "typecheck": "tsc",
    "format": "biome format --write .",
    "format:check": "biome format .",
    "lint": "biome lint .",
    "prepublishOnly": "bun run build",
    "prepare": "husky"
  },
  "keywords": [
    "pkgseer",
    "package",
    "security",
    "vulnerabilities",
    "npm",
    "pypi",
    "hex",
    "elixir",
    "cli",
    "mcp",
    "model-context-protocol",
    "ai",
    "llm"
  ],
  "author": "Juha Litola",
  "license": "MIT",
  "homepage": "https://github.com/githits-com/githits-cli",
  "repository": {
    "type": "git",
    "url": "https://github.com/githits-com/pkgseer-cli"
  },
  "bugs": {
    "url": "https://github.com/githits-com/githits-cli/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.23.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.8",
    "@graphql-codegen/cli": "^6.1.0",
    "@graphql-codegen/typescript": "^5.0.5",
    "@graphql-codegen/typescript-graphql-request": "^6.3.0",
    "@graphql-codegen/typescript-operations": "^5.0.5",
    "@graphql-typed-document-node/core": "^3.2.0",
    "@inquirer/prompts": "^8.0.1",
    "@napi-rs/keyring": "^1.2.0",
    "@types/bun": "latest",
    "bunup": "^0.16.10",
    "commander": "^14.0.2",
    "graphql": "^16.12.0",
    "graphql-request": "^7.3.5",
    "graphql-tag": "^2.12.6",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.7",
    "open": "^11.0.0",
    "yaml": "^2.8.1",
    "zod": "^4.1.13"
  },
  "peerDependencies": {
    "typescript": "^5.9.3"
  }
}
