{
  "name": "@sellable/admin-mcp",
  "version": "0.1.192",
  "type": "module",
  "description": "Sellable Admin MCP - cross-workspace operations and fulfillment tools",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csreyes/sellable-admin.git",
    "directory": "mcp"
  },
  "main": "dist/index.js",
  "bin": {
    "sellable-admin-mcp": "dist/index.js",
    "sellable-customer-evidence-reader": "dist/customerEvidenceReaderServer.js",
    "sellable-admin-onboard-target-context": "dist/onboardClientProductionTargetContextCli.js",
    "sellable-agent-console": "scripts/agent-console.mjs"
  },
  "scripts": {
    "build": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\" && tsc && node scripts/sync-admin-state-lock.mjs && node -e \"for(const f of ['dist/index.js','dist/customerEvidenceReaderServer.js','dist/onboardClientProductionTargetContextCli.js'])require('node:fs').chmodSync(f,0o755)\"",
    "prepack": "npm run build",
    "start": "node dist/index.js",
    "dev": "tsc --watch",
    "test": "vitest run --passWithNoTests",
    "test:watch": "vitest"
  },
  "keywords": [
    "claude-code",
    "mcp",
    "sellable",
    "admin",
    "operations"
  ],
  "author": "Sellable",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.25.2",
    "@notionhq/client": "^5.23.0",
    "pg": "^8.20.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@types/pg": "^8.18.0",
    "typescript": "^5.0.0",
    "vitest": "^4.0.18"
  },
  "files": [
    "README.md",
    "bin",
    "dist",
    "scripts",
    "skills"
  ],
  "publishConfig": {
    "access": "public"
  }
}
