{
  "name": "@maheidem/linkedin-mcp",
  "version": "2.2.0",
  "description": "Comprehensive LinkedIn API MCP server with automatic Claude configuration",
  "main": "dist/linkedin-complete-mcp.js",
  "bin": {
    "linkedin-mcp": "dist/cli.js",
    "linkedin-mcp-server": "dist/linkedin-complete-mcp.js"
  },
  "types": "dist/linkedin-complete-mcp.d.ts",
  "scripts": {
    "build": "tsc && chmod +x dist/cli.js dist/linkedin-complete-mcp.js",
    "dev": "tsx watch src/linkedin-complete-mcp.ts",
    "start": "node dist/linkedin-complete-mcp.js",
    "install-mcp": "node dist/cli.js install",
    "test": "jest",
    "test:examples": "node tests/test-all-linkedin-functions.js",
    "test:oauth": "node examples/linkedin-oauth-debug.js",
    "lint": "eslint src --ext ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "type-check": "tsc --noEmit",
    "clean": "rm -rf dist",
    "prepare": "npm run build",
    "demo": "node examples/linkedin-mcp-demo.js",
    "auth-setup": "node examples/get-linkedin-auth-url.js"
  },
  "keywords": [
    "mcp",
    "linkedin",
    "api",
    "social-media",
    "marketing",
    "recruitment",
    "model-context-protocol",
    "claude",
    "ai",
    "oauth",
    "rest-api"
  ],
  "author": "Marcos Heidemann",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/maheidem/linkedin-optimizer-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/maheidem/linkedin-optimizer-mcp/issues"
  },
  "homepage": "https://github.com/maheidem/linkedin-optimizer-mcp#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.5.0",
    "chalk": "^5.3.0",
    "commander": "^11.1.0",
    "fs-extra": "^11.2.0",
    "inquirer": "^9.2.12",
    "ora": "^7.0.1",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^9.0.7",
    "@types/jest": "^29.5.0",
    "@types/node": "^20.11.0",
    "@typescript-eslint/eslint-plugin": "^6.19.0",
    "@typescript-eslint/parser": "^6.19.0",
    "eslint": "^8.56.0",
    "jest": "^29.7.0",
    "prettier": "^3.2.4",
    "ts-jest": "^29.4.0",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist/**/*",
    "docs/**/*",
    "examples/**/*",
    "configs/**/*",
    "templates/**/*",
    "README.md",
    "INSTALL.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  }
}
