{
  "private": true,
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node scripts/build.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/poe-platform/poe-code.git",
    "directory": "packages/tiny-mcp-client"
  },
  "devDependencies": {
    "@modelcontextprotocol/sdk": "^1.26.0",
    "mcp-oauth": "*",
    "tiny-stdio-mcp-server": "*"
  },
  "poeCode": {
    "inlinedDependencies": [
      "mcp-oauth"
    ]
  }
}
