{
  "name": "facebook-ads-mcp-server",
  "version": "2.1.3",
  "description": "Universal Facebook Ads Server - Supports MCP, OpenAI Function Calling, and Gemini Function Calling",
  "type": "module",
  "main": "src/index.js",
  "bin": {
    "facebook-ads-mcp": "src/index.js",
    "facebook-ads-universal": "src/universal-server.js"
  },
  "scripts": {
    "start": "node src/index.js",
    "start:universal": "node src/universal-server.js",
    "start:api": "SERVER_MODE=api node src/universal-server.js",
    "start:both": "SERVER_MODE=both node src/universal-server.js",
    "dev": "node --watch src/index.js",
    "dev:universal": "node --watch src/universal-server.js",
    "test": "NODE_ENV=test node test.js",
    "prepublishOnly": "npm test"
  },
  "keywords": [
    "mcp",
    "facebook",
    "ads",
    "marketing",
    "api",
    "claude",
    "openai",
    "gemini",
    "function-calling",
    "model-context-protocol",
    "advertising",
    "analytics",
    "insights",
    "universal",
    "multi-protocol"
  ],
  "author": "Shamanth M. Rao",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/fortytwode/10xer.git"
  },
  "homepage": "https://github.com/fortytwode/10xer#readme",
  "bugs": {
    "url": "https://github.com/fortytwode/10xer/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "src/**/*",
    "README.md",
    "mcp.json",
    ".env.example"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.4.0",
    "axios": "^1.6.0",
    "cors": "^2.8.5",
    "dotenv": "^16.3.0",
    "express": "^4.18.2",
    "keytar": "^7.9.0",
    "open": "^9.1.0",
    "uuid": "^9.0.1",
    "zod": "^3.22.0"
  },
  "devDependencies": {
    "nodemon": "^3.0.1"
  }
}
