{
  "name": "pb-ai-mcp",
  "version": "1.0.21",
  "description": "MCP Server for PowerBuilder PBL operations - list, export, import, compile, sync source code",
  "type": "commonjs",
  "main": "dist/index.js",
  "bin": {
    "pb-ai-mcp": "dist/index.js"
  },
  "files": [
    "dist/",
    "skill/",
    "pb-cli.exe",
    "PBSpy.dll"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsc --watch",
    "test": "node test/service.test.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "powerbuilder",
    "pbl",
    "pbspy",
    "orca",
    "ai",
    "source-control"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "zod": "^3.24.4"
  },
  "devDependencies": {
    "typescript": "^5.8.3",
    "@types/node": "^22.15.3"
  }
}
