{
  "name": "inboxassure-mcpx-dev",
  "version": "1.0.2",
  "description": "MCP connector for Bison Hello API",
  "main": "index.js",
  "bin": {
    "inboxassure-mcpx-dev": "./bin.js"
  },
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node bin.js"
  },
  "keywords": ["mcp", "claude", "bison", "inboxassure", "api", "connector", "anthropic"],
  "author": "InboxAssure",
  "contributors": [
    "aminewarh <ewarhou@gmail.com>"
  ],
  "license": "ISC",
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/inboxassure/mcpx-dev"
  },
  "bugs": {
    "url": "https://github.com/inboxassure/mcpx-dev/issues"
  },
  "homepage": "https://github.com/inboxassure/mcpx-dev#readme",
  "dependencies": {
    "node-fetch": "^3.3.0",
    "yargs": "^17.7.2"
  }
}
