{
  "name": "@answerai/salesforce-mcp",
  "version": "0.1.0",
  "description": "A Salesforce connector MCP Server.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "bin": {
    "salesforce-connector": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "mcp",
    "salesforce",
    "claude",
    "ai"
  ],
  "author": "tsmztech, answerai",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "0.5.0",
    "dotenv": "^16.3.1",
    "jsforce": "^1.11.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.1",
    "typescript": "^5.7.2",
    "shx": "^0.3.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bradtaylor/salesforce-mcp.git"
  },
  "homepage": "https://github.com/bradtaylor/salesforce-mcp#readme",
  "bugs": {
    "url": "https://github.com/bradtaylor/salesforce-mcp/issues"
  },
  "scripts": {
    "build": "tsc && shx chmod +x dist/*.js",
    "watch": "tsc --watch"
  }
}