{
  "name": "shipcheck-mcp",
  "version": "0.1.12",
  "mcpName": "io.github.TateLyman/shipcheck-mcp",
  "description": "MCP server for read-only Shipcheck launch-risk scans on authorized JavaScript and TypeScript repos.",
  "type": "module",
  "homepage": "https://tateprograms.com/shipcheck.html",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TateLyman/shipcheck-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/TateLyman/shipcheck-mcp/issues"
  },
  "bin": {
    "shipcheck-mcp": "dist/src/server.js"
  },
  "files": [
    "dist/src",
    "README.md",
    "SECURITY.md",
    "LICENSE",
    "server.json"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "lint": "tsc -p tsconfig.json --noEmit",
    "test": "npm run build && node --test \"dist/test/**/*.test.js\"",
    "check": "npm run lint && npm test",
    "prepare": "npm run build"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "shipcheck",
    "launch-readiness",
    "mcp-security",
    "security",
    "github-actions",
    "sarif"
  ],
  "author": "Tate Lyman",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "shipcheck-cli": "^0.4.9",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/node": "^22.15.3",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=20"
  }
}
