{
  "name": "@integration-app/membrane-cli",
  "version": "1.2.0",
  "description": "CLI tool for importing and exporting Integration.app workspace data",
  "type": "module",
  "author": "Integration.app",
  "license": "MIT",
  "keywords": [
    "cli",
    "integration",
    "workspace",
    "data",
    "import",
    "export",
    "membrane"
  ],
  "source": "./src/index.ts",
  "bin": {
    "membrane": "./dist/index.js"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist",
    "package.json",
    "README.md"
  ],
  "dependencies": {
    "@anthropic-ai/sdk": "^0.30.1",
    "@integration-app/sdk": "1.14.0",
    "axios": "^1.8.2",
    "chalk": "^4.1.2",
    "cli-highlight": "^2.1.11",
    "commander": "^12.0.0",
    "dotenv": "^16.4.4",
    "form-data": "^4.0.0",
    "highlight.js": "^11.11.1",
    "inquirer": "^8.2.6",
    "js-yaml": "^4.1.0",
    "jsonwebtoken": "^9.0.2",
    "memfs": "^4.17.0",
    "open": "^10.1.1",
    "tree-dump": "^1.0.2",
    "zod": "^3.24.1"
  }
}