{
  "name": "@salesforce/graphiti",
  "version": "11.70.0",
  "description": "Progressive GraphQL query builder CLI for Salesforce orgs",
  "license": "SEE LICENSE IN LICENSE.txt",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "bin": {
    "graphiti": "./dist/cli.js",
    "graphiti-mcp": "./dist/mcp/stdio.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/cli.ts",
    "start": "node dist/cli.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.26.0",
    "@salesforce/core": "^8.23.4",
    "commander": "^13.1.0",
    "graphql": "^16.10.0",
    "zod": "^3.25.0"
  },
  "devDependencies": {
    "@types/node": "^22.13.0",
    "@vitest/coverage-v8": "^4.0.6",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0",
    "vitest": "^4.0.6"
  },
  "publishConfig": {
    "access": "public"
  }
}
