{
  "name": "zrald2",
  "version": "1.0.2",
  "description": "Advanced Function Logic Analysis MCP Server - Identifies and analyzes function logic patterns in code, integrates with zrald1 for comprehensive code intelligence",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "zrald2": "dist/index.js",
    "function-logic-mcp": "dist/index.js"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "format": "prettier --write src/**/*.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "function-analysis",
    "logic-detection",
    "code-analysis",
    "ast-parsing",
    "model-context-protocol",
    "ai-agent",
    "function-logic",
    "code-intelligence",
    "integration"
  ],
  "author": "The Augster <augster@augment-code.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zrald/zrald2.git"
  },
  "homepage": "https://github.com/zrald/zrald2#readme",
  "bugs": {
    "url": "https://github.com/zrald/zrald2/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.5.0",
    "@babel/parser": "^7.23.0",
    "@babel/traverse": "^7.23.0",
    "@babel/types": "^7.23.0",
    "@typescript-eslint/parser": "^6.12.0",
    "@typescript-eslint/typescript-estree": "^6.12.0",
    "acorn": "^8.11.0",
    "acorn-walk": "^8.3.0",
    "dotenv": "^16.3.1",
    "lodash": "^4.17.21",
    "uuid": "^9.0.1",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/babel__traverse": "^7.20.4",
    "@types/jest": "^29.5.8",
    "@types/lodash": "^4.14.202",
    "@types/node": "^20.10.0",
    "@types/uuid": "^9.0.7",
    "@typescript-eslint/eslint-plugin": "^6.12.0",
    "eslint": "^8.54.0",
    "jest": "^29.7.0",
    "prettier": "^3.1.0",
    "ts-jest": "^29.1.1",
    "tsx": "^4.6.0",
    "typescript": "^5.3.2"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
